add ref hospital

This commit is contained in:
Rayhan Ardiansyah
2026-03-06 15:40:25 +07:00
parent 18a858013a
commit 22bacf8e01
2 changed files with 42 additions and 0 deletions

View File

@ -31,6 +31,7 @@ export * from "../entity/hospital_information"
export * from "../entity/patient_group"
export * from "../entity/patient_guarantor"
export * from "../entity/user_to_room"
export * from "../entity/refferal_hospital"
export * from "../types/action";
export * from "../types/error";