You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
CreateComment
Text of the comment CreateComment
export interface CreateComment {
'text': string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
text | Required | string | Text of the comment. {string} CreateComment |