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