From bba1349edbbbca1dceb4bae34ffd4295f8b60cdc Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Thu, 17 Aug 2023 23:50:23 +0530 Subject: refactor(controllerModels): updated controller models import export --- src/models/controllers/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/models/controllers/index.ts b/src/models/controllers/index.ts index 707f915..385c18b 100644 --- a/src/models/controllers/index.ts +++ b/src/models/controllers/index.ts @@ -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, }; -- cgit v1.2.3