UNPKG

@redocly/respect-core

Version:
13 lines 462 B
import type { RequestData } from './prepare-request.js'; import type { TestContext, Step } from '../../types.js'; export declare function callAPIAndAnalyzeResults({ ctx, workflowId, step, requestData, }: { ctx: TestContext; workflowId: string; step: Step; requestData: RequestData; }): Promise<{ successCriteriaCheck: boolean; schemaCheck: boolean; networkCheck: boolean; }>; //# sourceMappingURL=call-api-and-analyze-results.d.ts.map