UNPKG

@scalar/api-client

Version:

the open source API testing client

4 lines 280 B
import type { SecuritySchemeObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document'; /** Extract secrets from security schemes */ export declare const getSecrets: (securitySchemes: SecuritySchemeObject[]) => string[]; //# sourceMappingURL=get-secrets.d.ts.map