refactor(controllerModels): updated controller models import export
This commit is contained in:
@@ -7,7 +7,9 @@ import {
|
||||
AnimeProducerQueryParams,
|
||||
} from "./animeProducer";
|
||||
import { AnimeSearchQueryParams } from "./animeSearch";
|
||||
import { AnimeEpisodePathParams } from "./animeEpisodes";
|
||||
import { AnimeAboutInfoQueryParams } from "./animeAboutInfo";
|
||||
import { AnimeEpisodeSrcsQueryParams } from "./animeEpisodeSrcs";
|
||||
import { AnimeSearchSuggestQueryParams } from "./animeSearchSuggestion";
|
||||
import { GenreAnimePathParams, GenreAnimeQueryParams } from "./animeGenre";
|
||||
|
||||
@@ -15,10 +17,12 @@ export {
|
||||
GenreAnimePathParams,
|
||||
GenreAnimeQueryParams,
|
||||
AnimeSearchQueryParams,
|
||||
AnimeEpisodePathParams,
|
||||
AnimeProducerPathParams,
|
||||
CategoryAnimePathParams,
|
||||
AnimeProducerQueryParams,
|
||||
CategoryAnimeQueryParams,
|
||||
AnimeAboutInfoQueryParams,
|
||||
AnimeEpisodeSrcsQueryParams,
|
||||
AnimeSearchSuggestQueryParams,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user