UNPKG

trace.moe.ts

Version:

An API wrapper for https://trace.moe with typings

22 lines (21 loc) 405 B
export interface Result { anilist: Anilist | any; filename: string; episode: number | null; from: number; to: number; similarity: number; video: string; image: string; } export interface Anilist { id: number; idMal: number; title: { native: string; romaji: string; english: string; }; synonyms: string[]; isAdult: boolean; }