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