UNPKG

anime-info

Version:

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

6 lines (5 loc) 445 B
import { OptionFields } from '../../shared/models/OptionsFields'; declare const option: readonly ["abilities", "affiliation", "age", "alias", "class", "description", "gallery", "height", "location", "name", "occupation", "partner", "photo", "race", "rank", "sex", "status", "weight"]; export declare type OptionOnePunchMan = typeof option[number]; export declare const defaultOptionFieldsOnePunchMan: OptionFields<OptionOnePunchMan>; export {};