Alokai
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

NameRequiredTypeDescription
textRequiredstringText of the comment. {string} CreateComment

On this page