Body of the comment. Only one body format should be specified as the property for this object, e.g. storage.

interface CommentNestedBodyWrite {
    atlas_doc_format?: CommentBodyWrite;
    storage?: CommentBodyWrite;
    wiki?: CommentBodyWrite;
}

Hierarchy

  • Record<string, unknown>
    • CommentNestedBodyWrite

Properties

atlas_doc_format?: CommentBodyWrite