From ea608d79e9617e29149bc2143ecaeb0d10031911 Mon Sep 17 00:00:00 2001 From: avicenan Date: Wed, 13 May 2026 17:24:32 +0900 Subject: [PATCH] fix(counter): exporting counter clsss --- src/schema/public.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/schema/public.ts b/src/schema/public.ts index 89fea2b..ccd022b 100644 --- a/src/schema/public.ts +++ b/src/schema/public.ts @@ -54,6 +54,7 @@ export * from "../entity/ward"; export * from "../entity/responsible_party_consent"; export * from "../entity/foster_care_history"; export * from "../entity/notification"; +export * from "../entity/counter"; export * from "../types/public"; export * from "../types/action";