# feat:
- Deskripsi: - Notifikasi collaboration ## Issue: Scroll dari chat akan di ubah dengan package yang mas malik buat
This commit is contained in:
@@ -8,13 +8,25 @@ export interface MODEL_NOTIFIKASI {
|
||||
appId: string;
|
||||
kategoriApp: string;
|
||||
isRead: boolean;
|
||||
title: string,
|
||||
title: string;
|
||||
pesan: string;
|
||||
User: MODEL_USER;
|
||||
userId: string;
|
||||
Admin: MODEL_USER;
|
||||
adminId: string;
|
||||
status?: string;
|
||||
status?:
|
||||
| "Publish"
|
||||
| "Reject"
|
||||
| "Review"
|
||||
| "Draft"
|
||||
| "Voting Masuk"
|
||||
| "Voting Selesai"
|
||||
| "Voting Selesai"
|
||||
| "Peserta Event"
|
||||
| "Report Komentar"
|
||||
| "Report Posting"
|
||||
| "Partisipan Project"
|
||||
| "Collaboration Group";
|
||||
Role: MODEL_NEW_DEFAULT_MASTER;
|
||||
userRoleId: String;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user