เเก้ type

This commit is contained in:
Net 2024-02-16 16:20:18 +07:00
parent 7a579ab4cc
commit 71aff55f27
3 changed files with 11 additions and 8 deletions

View file

@ -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 {