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