UNPKG

node-myanimelist

Version:
7 lines (6 loc) 249 B
import * as Types from "./types"; /** @category Schedules*/ export declare function schedules(params?: { page?: number; filter?: "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "unknown" | "other"; }): Promise<Types.Schedules>;