@case-contract-testing/case
Version:
Next-generation contract testing suite
3 lines (2 loc) • 315 B
TypeScript
import { type MatchContext, type AnyCaseNodeOrData, AnyState } from '../../../../../entities/types';
export declare const validateVariables: (state: AnyState, context: MatchContext, stateHandler: (state: AnyState) => Promise<void | Record<string, AnyCaseNodeOrData>>) => Promise<Record<string, AnyCaseNodeOrData>>;