chore(schema): add card type and payment method

This commit is contained in:
avicenan
2026-03-27 16:08:28 +07:00
parent 8c20bc9492
commit ef0d4e5836

View File

@ -38,6 +38,8 @@ export * from "../entity/user_to_room"
export * from "../entity/refferal_hospital" export * from "../entity/refferal_hospital"
export * from "../entity/room_to_pharmacy" export * from "../entity/room_to_pharmacy"
export * from "../entity/faretype" export * from "../entity/faretype"
export * from "../entity/card_type"
export * from "../entity/payment_method"
export * from "../types/action"; export * from "../types/action";
export * from "../types/error"; export * from "../types/error";