interface ContentHtmlBodyInfo {
    type: HtmlBody;
    html: string;
}

Properties

Properties

type: HtmlBody
html: string