UNPKG

@redocly/respect-core

Version:
10 lines 316 B
import type { Step, TestContext } from '../../types'; 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