aboutsummaryrefslogtreecommitdiff
path: root/src/types/controllers/index.ts
blob: 14876e289f5517843e962032c44ce73412cb0ec4 (plain)
1
2
3
4
5
6
7
8
9
10
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";