feat(animeSearchSuggestion): added ScrapedAnimeSearchSuggestion type
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
import { HttpError } from "http-errors";
|
||||||
|
import { AnimeSearchSuggestion } from "../anime";
|
||||||
|
|
||||||
|
export interface ScrapedAnimeSearchSuggestion {
|
||||||
|
suggestions: Array<AnimeSearchSuggestion> | HttpError;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user