From 23b1415b8bc0b5380da148648cacd1e8f3601ccd Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Mon, 28 Aug 2023 17:44:03 +0530 Subject: refactor(controllerModels): updated controller models import export --- src/models/controllers/index.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/models/controllers/index.ts b/src/models/controllers/index.ts index 385c18b..c9708e9 100644 --- a/src/models/controllers/index.ts +++ b/src/models/controllers/index.ts @@ -8,6 +8,7 @@ import { } from "./animeProducer"; import { AnimeSearchQueryParams } from "./animeSearch"; import { AnimeEpisodePathParams } from "./animeEpisodes"; +import { EpisodeServersQueryParams } from "./episodeServers"; import { AnimeAboutInfoQueryParams } from "./animeAboutInfo"; import { AnimeEpisodeSrcsQueryParams } from "./animeEpisodeSrcs"; import { AnimeSearchSuggestQueryParams } from "./animeSearchSuggestion"; @@ -23,6 +24,7 @@ export { AnimeProducerQueryParams, CategoryAnimeQueryParams, AnimeAboutInfoQueryParams, + EpisodeServersQueryParams, AnimeEpisodeSrcsQueryParams, AnimeSearchSuggestQueryParams, }; -- cgit v1.2.3