1
This commit is contained in:
@@ -110,7 +110,7 @@ export interface ListActions {
|
||||
clearHistory: () => void;
|
||||
searchSuggestion: (val: string) => Promise<void>;
|
||||
getSearchParams: () => Record<string, any>;
|
||||
loadMoreMatches: () => void;
|
||||
loadMoreMatches: () => Promise<void>;
|
||||
initialFilterSearch: (isSearchData?: boolean) => void;
|
||||
setListData: (payload: IPayload) => void;
|
||||
fetchGetGamesCount: () => Promise<void>;
|
||||
|
||||
Reference in New Issue
Block a user