anime-info
Version:
Plugin intended to collect informing of anime characters through the fandow wiki
6 lines (5 loc) • 420 B
TypeScript
import { OptionFields } from '../../shared/models/OptionsFields';
declare const option: readonly ["name", "description", "sex", "birthday", "height", "weight", "alias", "race", "death", "address", "occupation", "relatives", "photo", "appears", "transformation"];
export declare type OptionDragonBall = typeof option[number];
export declare const defaultOptionFieldsDragonBall: OptionFields<OptionDragonBall>;
export {};