diff options
| author | Ritesh Ghosh <[email protected]> | 2023-12-17 19:39:24 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2023-12-17 19:39:24 +0530 |
| commit | 24c2520151b880095ff7966c353793f2cd83024e (patch) | |
| tree | e9828988e38c7c2fa1b83b26cfdfa0affcdbdb2f /src | |
| parent | 9b88ae9cc9f63f98bb1aae3de1f78d70132c72c3 (diff) | |
| download | aniwatch-api-24c2520151b880095ff7966c353793f2cd83024e.tar.xz aniwatch-api-24c2520151b880095ff7966c353793f2cd83024e.zip | |
refactor: controller models import export
Diffstat (limited to 'src')
| -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 df9beff..fab25b6 100644 --- a/src/models/controllers/index.ts +++ b/src/models/controllers/index.ts @@ -15,6 +15,7 @@ import type { AnimeEpisodePathParams } from "./animeEpisodes.js"; import type { EpisodeServersQueryParams } from "./episodeServers.js"; import type { AnimeAboutInfoQueryParams } from "./animeAboutInfo.js"; import type { AnimeEpisodeSrcsQueryParams } from "./animeEpisodeSrcs.js"; +import type { EstimatedScheduleQueryParams } from "./estimatedSchedule.js"; import type { AnimeSearchSuggestQueryParams } from "./animeSearchSuggestion.js"; export type { @@ -29,5 +30,6 @@ export type { AnimeAboutInfoQueryParams, EpisodeServersQueryParams, AnimeEpisodeSrcsQueryParams, + EstimatedScheduleQueryParams, AnimeSearchSuggestQueryParams, }; |
