@redocly/respect-core
Version:
API testing framework core
7 lines • 337 B
TypeScript
import { type TestContext } from '../../types';
export declare function resolveMtlsCertificates(mtlsCertificates: Partial<TestContext['mtlsCerts']>, arazzoFilePath: string): {
clientCert: string | undefined;
clientKey: string | undefined;
caCert: string | undefined;
};
//# sourceMappingURL=resolve-mtls-certificates.d.ts.map