This commit is contained in:
wayanrivan
2026-04-13 10:54:11 +07:00
parent 30ea3b2fb1
commit c311ffcffe

View File

@ -45,6 +45,7 @@ export * from "../entity/province"
export * from "../entity/city" export * from "../entity/city"
export * from "../entity/subdistrict" export * from "../entity/subdistrict"
export * from "../entity/ward" export * from "../entity/ward"
export * from "../entity/responsible_party_consent";
export * from "../types/action"; export * from "../types/action";
export * from "../types/error"; export * from "../types/error";