UNPKG

@redocly/respect-core

Version:
13 lines 456 B
import type { RequestData } from './prepare-request'; import type { TestContext, Step } from '../../types'; 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