UNPKG

anime-info

Version:

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

6 lines (5 loc) 516 B
import { OptionFields } from '../../shared/models/OptionsFields'; declare const option: readonly ["abilities", "abilities_description", "affiliation", "age", "alias", "birthday", "blood_type", "description", "eye_color", "gender", "hair_color", "height", "japanese_voice", "name", "nen_type", "occupation", "relatives", "photo", "status", "weight"]; export declare type OptionHunterXHunter = typeof option[number]; export declare const defaultOptionFieldsHunterXHunter: OptionFields<OptionHunterXHunter>; export {};