This commit is contained in:
2026-04-28 16:31:38 +07:00
parent dc0e8800ff
commit 5fa0da97f3
4 changed files with 69 additions and 0 deletions

View File

@ -11,6 +11,7 @@ export * from "../entity/suco";
export * from "../entity/application";
export * from "../entity/currencies";
export * from "../entity/inpatient_rooms";
export * from "../entity/inpatient_room_beds";
export * from "../entity/nationality";
export * from "../entity/diagnosis";
export * from "../entity/diagnostic_procedure";
@ -51,6 +52,7 @@ export * from "../entity/ward";
export * from "../entity/responsible_party_consent";
export * from "../entity/foster_care_history";
export * from "../types/public";
export * from "../types/action";
export * from "../types/error";
export * from "../types/paging";