Interface for a class Comment
string
Specifies the text content of the comment. This property holds the actual comment text.
string
Specifies the unique identifier for the comment. This property is used to uniquely identify each comment.
boolean
Specifies whether the comment is resolved. This property indicates if the comment has been marked as resolved.
Specifies the replies to the comment. This property holds an array of replies to the comment.
string
Specifies the user ID of the author of the comment. This property tracks the user who made the comment.