export interface DeleteIssueTypeProperty {
  /** The ID of the issue type. */
  issueTypeId: string;
  /**
   * The key of the property. Use [Get issue type property keys](#api-rest-api-3-issuetype-issueTypeId-properties-get)
   * to get a list of all issue type property keys.
   */
  propertyKey: string;
}
