export interface DeleteIssueProperty {
  /** The key or ID of the issue. */
  issueIdOrKey: string;
  /** The key of the property. */
  propertyKey: string;
}
