เเก้ type
This commit is contained in:
parent
7a579ab4cc
commit
71aff55f27
3 changed files with 11 additions and 8 deletions
|
|
@ -36,11 +36,13 @@ export interface SupportIssue {
|
|||
lastMessage: string;
|
||||
}
|
||||
|
||||
export interface SupportIssueCategoryResponse {
|
||||
result: SupportIssueCategory[];
|
||||
}
|
||||
|
||||
export interface SupportIssueCategory {
|
||||
result: {
|
||||
id: string;
|
||||
name: string;
|
||||
}[];
|
||||
id: string;
|
||||
name: string;
|
||||
}
|
||||
|
||||
export interface SupportMessageResponse {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue