UNPKG

anime-info

Version:

Plugin intended to collect informing of anime characters through the fandow wiki

7 lines (6 loc) 145 B
export interface AbilitiesDescription { name: string | null; type: string | null; description: string | null; photo: string[]; }