Skip to content

@advjs/monorepo / @advjs/types / AdvAst / Character

Interface: Character

Defined in: packages/types/src/ast/index.ts:59

人物信息

Extends

Properties

name

name: string

Defined in: packages/types/src/ast/index.ts:61


status?

optional status: string

Defined in: packages/types/src/ast/index.ts:66

status of character to adjust tachie

Default

ts
'' as 'default'

type

type: "character"

Defined in: packages/types/src/ast/index.ts:60

Overrides

Node.type