From c311ffcffe7221269a1afac37de832b99fed374b Mon Sep 17 00:00:00 2001 From: wayanrivan Date: Mon, 13 Apr 2026 10:54:11 +0700 Subject: [PATCH] update --- src/schema/public.ts | 1 + 1 file changed, 1 insertion(+) 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";