feat(notif): add new notif schema
This commit is contained in:
@ -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";
|
||||
1
src/schema/notification.ts
Normal file
1
src/schema/notification.ts
Normal file
@ -0,0 +1 @@
|
||||
export * from "../entity/notification";
|
||||
@ -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";
|
||||
|
||||
Reference in New Issue
Block a user