faq 99%
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user