UNPKG

@redocly/respect-core

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