Interface RawTextDisplayComponent

interface RawTextDisplayComponent {
    content: string;
    type: TEXT;
}

Hierarchy

Properties

Properties

content: string
type: TEXT