export type SwaggerSecurityType = "apiKey" | "http" | "oauth2" | "openIdConnect";