Represents a request to create a work item comment.

interface CommentCreate {
    text: string;
}

Properties

Properties

text: string

The text of the comment.