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