load การแจ้งเตือน,กล่องข้อความ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-01-19 10:20:07 +07:00
parent ad929f93e2
commit a4cfdeed38
5 changed files with 132 additions and 131 deletions

View file

@ -12,7 +12,7 @@ interface ResponseInbox {
lastUpdateUserId: string;
lastUpdatedAt: Date;
openDate: Date | null;
payload: {attachments:attachments[]}
payload: { attachments: attachments[] };
receiveDate: Date;
receiverUserId: string;
subject: string;
@ -24,8 +24,9 @@ interface DataInbox {
subject: string;
timereceive: Date;
body: string;
payload: {attachments:attachments[]}
payload: { attachments: attachments[] };
ratingModel: number;
isOpen: boolean;
}
export type { ResponseInbox, DataInbox };