refactor: update exports
This commit is contained in:
@@ -1,35 +1,10 @@
|
||||
import type {
|
||||
GenreAnimePathParams,
|
||||
GenreAnimeQueryParams,
|
||||
} from "./animeGenre.js";
|
||||
import type {
|
||||
CategoryAnimePathParams,
|
||||
CategoryAnimeQueryParams,
|
||||
} from "./animeCategory.js";
|
||||
import type {
|
||||
AnimeProducerPathParams,
|
||||
AnimeProducerQueryParams,
|
||||
} from "./animeProducer.js";
|
||||
import type { AnimeSearchQueryParams } from "./animeSearch.js";
|
||||
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 {
|
||||
GenreAnimePathParams,
|
||||
GenreAnimeQueryParams,
|
||||
AnimeSearchQueryParams,
|
||||
AnimeEpisodePathParams,
|
||||
AnimeProducerPathParams,
|
||||
CategoryAnimePathParams,
|
||||
AnimeProducerQueryParams,
|
||||
CategoryAnimeQueryParams,
|
||||
AnimeAboutInfoQueryParams,
|
||||
EpisodeServersQueryParams,
|
||||
AnimeEpisodeSrcsQueryParams,
|
||||
EstimatedScheduleQueryParams,
|
||||
AnimeSearchSuggestQueryParams,
|
||||
};
|
||||
export type * from "./animeGenre.js";
|
||||
export type * from "./animeCategory.js";
|
||||
export type * from "./animeProducer.js";
|
||||
export type * from "./animeSearch.js";
|
||||
export type * from "./animeEpisodes.js";
|
||||
export type * from "./episodeServers.js";
|
||||
export type * from "./animeAboutInfo.js";
|
||||
export type * from "./animeEpisodeSrcs.js";
|
||||
export type * from "./estimatedSchedule.js";
|
||||
export type * from "./animeSearchSuggestion.js";
|
||||
|
||||
Reference in New Issue
Block a user