interface DeleteComment {
    id: string;
    issueIdOrKey: string;
}

Properties

Properties

id: string

The ID of the comment.

issueIdOrKey: string

The ID or key of the issue.