เพิ่ม Socket mark-read , notify-message
This commit is contained in:
parent
5b081878c4
commit
081c1e0589
6 changed files with 191 additions and 78 deletions
|
|
@ -1,3 +1,14 @@
|
|||
export interface SupportMessageStatus {
|
||||
result: SupportResult[];
|
||||
}
|
||||
|
||||
export interface SupportResult {
|
||||
fromUserId: string;
|
||||
fromUserName: string;
|
||||
lastAccessDate: string;
|
||||
issueId: string;
|
||||
}
|
||||
|
||||
export interface SupportStatusUser {
|
||||
socketId: string;
|
||||
userId: string;
|
||||
|
|
@ -59,4 +70,9 @@ export interface SupportIssueMessage {
|
|||
issueId: string;
|
||||
}
|
||||
|
||||
export type { SupportMessageResponse, SupportIssueResponse, SupportStatusUser };
|
||||
export type {
|
||||
SupportMessageStatus,
|
||||
SupportMessageResponse,
|
||||
SupportIssueResponse,
|
||||
SupportStatusUser,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue