Notification UI and house invitation

This commit is contained in:
2026-02-19 19:16:26 +07:00
parent 84ed1e6c21
commit fa689ea4aa
35 changed files with 2592 additions and 112 deletions

View File

@@ -62,3 +62,8 @@ export type Setting = Prisma.SettingModel
*
*/
export type Audit = Prisma.AuditModel
/**
* Model Notification
*
*/
export type Notification = Prisma.NotificationModel