Alokai

CreateComment

Text of the comment CreateComment

export interface CreateComment {
	'text': string;
}

Properties

NameRequiredTypeDescription
textRequiredstringText of the comment. {string} CreateComment

On this page