aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/models/controllers/index.ts2
1 files changed, 2 insertions, 0 deletions
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,
};