UNPKG

@redocly/respect-core

Version:
7 lines 337 B
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