aniwatch / src /types /controllers /animeEpisodeSrcs.ts
ChinnaRengamani
1
11acfd9
raw
history blame contribute delete
No virus
165 Bytes
import { type AnimeServers } from "../anime.js";
export type AnimeEpisodeSrcsQueryParams = {
id?: string;
server?: AnimeServers;
category?: "sub" | "dub";
};