This commit is contained in:
Narul Hidayah
2026-02-11 14:31:15 +07:00
parent 262477a26f
commit 841c08114e
4 changed files with 118 additions and 1 deletions

View File

@ -19,6 +19,8 @@ export * from "../entity/service_class"
export * from "../entity/service"
export * from "../entity/service_fare"
export * from "../entity/service_package"
export * from "../entity/department"
export * from "../entity/doctor_schedule"
export * from "../types/action";
export * from "../types/error";