aniwatch / src /types /controllers /animeSearchSuggestion.ts
ChinnaRengamani
1
11acfd9
export type AnimeSearchSuggestQueryParams = {
q?: string;
};