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

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