UNPKG

@redocly/respect-core

Version:
7 lines 320 B
import type { RuntimeExpressionContext, Step, TestContext } from '../../../types.js'; export declare function createRuntimeExpressionCtx({ ctx, workflowId, step, }: { ctx: TestContext; workflowId?: string; step?: Step; }): RuntimeExpressionContext; //# sourceMappingURL=create-runtime-expression-ctx.d.ts.map