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 |
Text of the comment CreateComment
export interface CreateComment {
'text': string;
}| Name | Required | Type | Description |
|---|---|---|---|
text | Required | string | Text of the comment. {string} CreateComment |