room to pharmacy

This commit is contained in:
Muhammad Rayhan Ardiansyah
2026-03-18 09:26:56 +07:00
parent 2d36b697ea
commit 455d29cbad
2 changed files with 47 additions and 0 deletions

View File

@ -34,6 +34,7 @@ export * from "../entity/patient_group"
export * from "../entity/patient_guarantor"
export * from "../entity/user_to_room"
export * from "../entity/refferal_hospital"
export * from "../entity/room_to_pharmacy"
export * from "../types/action";
export * from "../types/error";
@ -42,3 +43,4 @@ export * from "../types/role";
export * from "../types/status";
export * from "../types/email";
export * from "../types/telegram";