add new entity: queue monitoring

This commit is contained in:
avicenan
2026-02-18 11:45:03 +07:00
parent 1f6b098b2b
commit 4a453afe16
2 changed files with 58 additions and 0 deletions

View File

@ -22,6 +22,7 @@ export * from "../entity/department"
export * from "../entity/doctor_schedule"
export * from "../entity/measurement_unit"
export * from "../entity/reference_range"
export * from "../entity/queue_monitoring"
export * from "../types/action";
export * from "../types/error";