interface ContentTextBodyInfo {
    type: TextBody;
    text: string;
}

Properties

Properties

type: TextBody
text: string