UNPKG

anime-info

Version:

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

6 lines (5 loc) 115 B
export interface Quotes { recipient: string | null; phrase: string | null; situation: string | null; }