export interface DeleteWorkflowSchemeDraftIssueType {
  /** The ID of the workflow scheme that the draft belongs to. */
  id: number;
  /** The ID of the issue type. */
  issueType: string;
}
