@redocly/respect-core
Version:
API testing framework core
7 lines • 320 B
TypeScript
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