chore(schema): add card type and payment method
This commit is contained in:
@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user