interface TextEntities {
    text?: string;
    type?: string;
}

Properties

Properties

text?: string
type?: string