interface DeleteCommentProperty {
    commentId: string;
    propertyKey: string;
}

Properties

commentId: string

The ID of the comment.

propertyKey: string

The key of the property.