load การแจ้งเตือน,กล่องข้อความ
This commit is contained in:
parent
ad929f93e2
commit
a4cfdeed38
5 changed files with 132 additions and 131 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue