export type SecuritySchemeType = 'apiKey' | 'http' | 'oauth2' | 'openIdConnect';
