UNPKG

@scalar/api-client

Version:

the open source API testing client

4 lines 301 B
import type { SecuritySchemeObjectSecret } from '../../../../v2/blocks/scalar-auth-selector-block/helpers/secret-types'; /** Extract secrets from security schemes */ export declare const getSecrets: (securitySchemes: SecuritySchemeObjectSecret[]) => string[]; //# sourceMappingURL=get-secrets.d.ts.map