export interface GetIssueSecurityLevel {
  /** The ID of the issue security level. */
  id: string;
}
