Fix notifikasi

Deskripsi:
- Ganti get notifikasi dengan API
This commit is contained in:
2024-12-17 22:40:38 +08:00
parent 3bd2f53732
commit 2fa3f22f9c
13 changed files with 208 additions and 89 deletions

View File

@@ -33,8 +33,18 @@ export interface MODEL_NOTIFIKASI {
| "Gagal"
| "Donatur Baru"
| "Kabar Donasi"
| "Pencairan Dana"
| "Pencairan Dana";
Role: MODEL_NEW_DEFAULT_MASTER;
userRoleId: String;
}
export type ICategoryapp =
| "Semua"
| "Event"
| "Job"
| "Voting"
| "Donasi"
| "Investasi"
| "Forum"
| "Collaboration";