anime-info
Version:
Plugin intended to collect informing of anime characters through the fandow wiki
23 lines (22 loc) • 490 B
TypeScript
export interface HunterXHunterTags {
abilities: string;
abilities_description: string;
affiliation: string;
age: string;
alias: string;
birthday: string;
blood_type: string;
description: string;
eye_color: string;
gender: string;
hair_color: string;
japanese_voice: string;
height: string;
name: string;
nen_type: string;
occupation: string;
relatives: string;
photo: string;
status: string;
weight: string;
}