/** Details of issue security scheme level. */
export interface UpdateIssueSecurityLevelDetails {
  /** The description of the issue security scheme level. */
  description?: string;
  /** The name of the issue security scheme level. Must be unique. */
  name?: string;
}
