Interface Text

interface Text {
    data: string;
    mentions?: Mention[];
}

Properties

Properties

data: string
mentions?: Mention[]