Interface Text

Contains some text.

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

Properties

Properties

@type: "text"
text: string

Text.