This commit is contained in:
focp212@naver.com
2025-10-17 10:24:41 +09:00
parent 8552b66595
commit a8a9044f00
5 changed files with 25 additions and 13 deletions

View File

@@ -4,8 +4,9 @@ export interface SupportParams {
mid?: string;
};
export interface FaqListParams {
category: string;
searchValue: string;
category?: string;
searchCl?: string | null;
searchValue?: string;
page?: DefaultRequestPagination;
};
export interface FaqItem {