interface DeleteIssueType {
    alternativeIssueTypeId?: string;
    id: string;
}

Properties

alternativeIssueTypeId?: string

The ID of the replacement issue type.

id: string

The ID of the issue type.