diff options
| author | Ritesh Ghosh <[email protected]> | 2023-08-17 23:50:23 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2023-08-17 23:50:23 +0530 |
| commit | bba1349edbbbca1dceb4bae34ffd4295f8b60cdc (patch) | |
| tree | 604fed0d93252d56aaca6e61d9a8d1103b78412f /src/models | |
| parent | e152221f8fa85550b8a834bf86a743661e542d07 (diff) | |
| download | aniwatch-api-bba1349edbbbca1dceb4bae34ffd4295f8b60cdc.tar.xz aniwatch-api-bba1349edbbbca1dceb4bae34ffd4295f8b60cdc.zip | |
refactor(controllerModels): updated controller models import export
Diffstat (limited to 'src/models')
| -rw-r--r-- | src/models/controllers/index.ts | 4 |
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, }; |
