feat(notif): add new notif schema

This commit is contained in:
avicenan
2026-05-04 15:47:33 +07:00
parent eefd8f21a9
commit a23670a3c1
3 changed files with 3 additions and 2 deletions

View File

@ -5,4 +5,5 @@ export * from "./schema/finances";
export * from "./schema/procurement";
export * from "./schema/pharmacy";
export * from "./schema/pharmacy_logistic";
export * from "./schema/cashier";
export * from "./schema/cashier";
export * from "./schema/notification";

View File

@ -0,0 +1 @@
export * from "../entity/notification";

View File

@ -53,7 +53,6 @@ export * from "../entity/subdistrict";
export * from "../entity/ward";
export * from "../entity/responsible_party_consent";
export * from "../entity/foster_care_history";
export * from "../entity/notification";
export * from "../types/public";
export * from "../types/action";