interface CommentBodyWrite {
    representation?: "storage" | "wiki" | "atlas_doc_format";
    value?: string;
}

Hierarchy

  • Record<string, unknown>
    • CommentBodyWrite

Properties

representation?: "storage" | "wiki" | "atlas_doc_format"

Type of content representation used for the value field.

value?: string

Body of the comment, in the format found in the representation field.