@redocly/respect-core
Version:
API testing framework core
5 lines • 344 B
TypeScript
import type { ResolvedSecurity } from '@redocly/openapi-core';
import type { TestContext } from '../../types';
import type { ParameterWithIn } from './parse-parameters';
export declare function getSecurityParameter(security: ResolvedSecurity, ctx: TestContext): ParameterWithIn | undefined;
//# sourceMappingURL=get-security-parameters.d.ts.map