普通文本

interface Text {
    type: "text";
    value: string;
}

Properties

Properties

type: "text"
value: string

Generated using TypeDoc