人物对话(单次发言话语)

interface Words {
    text: string;
    type: "words";
}

Hierarchy (view full)

Properties

Properties

text: string
type: "words"

Generated using TypeDoc