feat(notification): add entity

This commit is contained in:
avicenan
2026-05-04 15:38:50 +07:00
parent 71a0a1efbe
commit eefd8f21a9
2 changed files with 89 additions and 0 deletions

View File

@ -53,6 +53,7 @@ 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";