interface IRichContent {
    richContent?: RichContentElement[][];
}

Implemented by

Properties

Properties

richContent?: RichContentElement[][]