add new entity: examination_detail and examination_type

This commit is contained in:
avicenan
2026-02-18 13:53:01 +07:00
parent 4a453afe16
commit ec9f714d81
3 changed files with 123 additions and 0 deletions

View File

@ -23,6 +23,8 @@ export * from "../entity/doctor_schedule"
export * from "../entity/measurement_unit"
export * from "../entity/reference_range"
export * from "../entity/queue_monitoring"
export * from "../entity/examination_detail"
export * from "../entity/examination_type"
export * from "../types/action";
export * from "../types/error";