interface AdditionalComment {
    body?: string;
}

Properties

Properties

body?: string

Content of the comment.