The rendered body of the comment.

interface RenderedValueDto {
    html?: string;
}

Properties

Properties

html?: string