update:fare type done

This commit is contained in:
wayanrivan
2026-03-25 14:00:50 +07:00
parent ad965987ce
commit 65b9ba9454
3 changed files with 44 additions and 0 deletions

View File

@ -37,6 +37,7 @@ export * from "../entity/patient_guarantor"
export * from "../entity/user_to_room"
export * from "../entity/refferal_hospital"
export * from "../entity/room_to_pharmacy"
export * from "../entity/faretype"
export * from "../types/action";
export * from "../types/error";