aboutsummaryrefslogtreecommitdiff
path: root/src/models
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2023-08-28 17:44:03 +0530
committerRitesh Ghosh <[email protected]>2023-08-28 17:44:03 +0530
commit23b1415b8bc0b5380da148648cacd1e8f3601ccd (patch)
tree086cd3e135540d92252b66a6c1f719dd498d76f3 /src/models
parente394ad04d113861be06711aee63f4d2b2279a223 (diff)
downloadaniwatch-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.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,
};