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