export interface RemoveIssueTypeFromIssueTypeScheme {
  /** The ID of the issue type scheme. */
  issueTypeSchemeId: number;
  /** The ID of the issue type. */
  issueTypeId: number;
}
