unmock-core
Version:
[][npmjs] [](https://circleci.com/gh/unmock/unmock-js) [](h
7 lines • 422 B
TypeScript
import { Dereferencer, IStateInputGenerator, Operation, Schema } from "../interfaces";
import { IValidationError } from "./interfaces";
export declare const getValidStatesForOperationWithState: (operation: Operation, state: IStateInputGenerator, deref: Dereferencer) => {
responses: Record<string, Record<string, Schema>> | undefined;
error: IValidationError | undefined;
};
//# sourceMappingURL=validator.d.ts.map