- PC: Loader chat
- QC: Auth , Profile, portofolio & user search
## No Issuue
git commit -m
This commit is contained in:
2024-05-16 10:03:34 +08:00
parent c57e495d68
commit 66b9902d97
74 changed files with 1336 additions and 622 deletions

View File

@@ -70,3 +70,14 @@ export interface MODEL_COLLABORATION_NOTIFIKSI {
note: string;
ProjectCollaboration: MODEL_COLLABORATION;
}
export interface MODEL_COLLABORATION_MESSAGE {
id: string;
isActive: boolean;
createdAt: Date;
updatedAt: Date;
userId: string;
message: string;
isFile: boolean;
User: MODEL_USER;
}