Interface CreateCalendarCommentOptions

interface CreateCalendarCommentOptions {
    content: string;
}

Properties

Properties

content: string

The content of the comment.