UNPKG

@redocly/respect-core

Version:
5 lines 528 B
import { type TestDescription, type AppOptions, type TestContext, type InputSchema } from '../../../types.js'; import { type ApiFetcher } from '../../../utils/api-fetcher.js'; export declare function createTestContext(testDescription: TestDescription, options: AppOptions, apiClient: ApiFetcher): Promise<TestContext>; export declare function collectSecretValues(ctx: TestContext, schema: InputSchema | undefined, inputs: Record<string, any> | undefined, path?: string[]): void; //# sourceMappingURL=create-test-context.d.ts.map