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";