update : registration fee done

This commit is contained in:
wayanrivan
2026-03-30 11:28:50 +07:00
parent d7c5ed5830
commit b43592e88a
2 changed files with 40 additions and 0 deletions

View File

@ -40,6 +40,7 @@ export * from "../entity/room_to_pharmacy"
export * from "../entity/faretype"
export * from "../entity/card_type"
export * from "../entity/payment_method"
export * from "../entity/registrationfee"
export * from "../types/action";
export * from "../types/error";