Represents a request to update a work item comment.

interface CommentUpdate {
    text: string;
}

Properties

Properties

text: string

The updated text of the comment.