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