人物信息

interface Character {
    name: string;
    status?: string;
    type: "character";
}

Hierarchy (view full)

Properties

Properties

name: string
status?: string

status of character to adjust tachie

Default

'' as 'default'
type: "character"

Generated using TypeDoc