เเก้ type SupportIssueCategory
เเละ ตั้งค่า Socket .ใหม่
This commit is contained in:
parent
b4c4325cd1
commit
7a579ab4cc
4 changed files with 13 additions and 10 deletions
|
|
@ -37,8 +37,10 @@ export interface SupportIssue {
|
|||
}
|
||||
|
||||
export interface SupportIssueCategory {
|
||||
id: string;
|
||||
name: string;
|
||||
result: {
|
||||
id: string;
|
||||
name: string;
|
||||
}[];
|
||||
}
|
||||
|
||||
export interface SupportMessageResponse {
|
||||
|
|
@ -69,10 +71,3 @@ export interface SupportIssueMessage {
|
|||
read: boolean;
|
||||
issueId: string;
|
||||
}
|
||||
|
||||
export type {
|
||||
SupportMessageStatus,
|
||||
SupportMessageResponse,
|
||||
SupportIssueResponse,
|
||||
SupportStatusUser,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue