Skip to content

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

Interface: Character

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

人物信息

Extends

Properties

name

name: string

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


status?

optional status: string

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

status of character to adjust tachie

Default

ts
'' as 'default'

type

type: "character"

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

Overrides

Node.type