@redocly/respect-core
Version:
API testing framework core
10 lines • 319 B
TypeScript
import type { Step, TestContext } from '../../types.js';
export declare function runStep({ step, ctx, workflowId, retriesLeft, }: {
step: Step;
ctx: TestContext;
workflowId: string | undefined;
retriesLeft?: number;
}): Promise<{
shouldEnd: boolean;
} | void>;
//# sourceMappingURL=run-step.d.ts.map