update: add city, province, subdistrict,ward

This commit is contained in:
wayanrivan
2026-04-07 17:21:40 +07:00
parent 71ef051b22
commit f091284734
5 changed files with 131 additions and 0 deletions

View File

@ -41,6 +41,10 @@ export * from "../entity/faretype"
export * from "../entity/card_type"
export * from "../entity/payment_method"
export * from "../entity/registrationfee"
export * from "../entity/province"
export * from "../entity/city"
export * from "../entity/subdistrict"
export * from "../entity/ward"
export * from "../types/action";
export * from "../types/error";