Interface CreateForumCommentOptions

interface CreateForumCommentOptions {
    content: string;
}

Properties

Properties

content: string

Content of the comment.