diff --git a/src/schema/public.ts b/src/schema/public.ts index 0a63ddc..3e1ec63 100644 --- a/src/schema/public.ts +++ b/src/schema/public.ts @@ -45,6 +45,7 @@ export * from "../entity/province" export * from "../entity/city" export * from "../entity/subdistrict" export * from "../entity/ward" +export * from "../entity/responsible_party_consent"; export * from "../types/action"; export * from "../types/error";