unmock-core
Version:
[][npmjs] [](https://circleci.com/gh/unmock/unmock-js) [](h
8 lines • 504 B
TypeScript
import { Operation, Schema } from "../interfaces";
import { IStateUpdate } from "./interfaces";
export declare const filterStatesByOperation: (states: Record<string, Record<string, Schema>>[], operation: Operation) => Record<string, Record<string, Schema>>;
export declare const getOperations: ({ stateInput, schemaEndpoint, serviceName, paths, }: IStateUpdate) => {
operations: import("./interfaces").IOperationForStateUpdate[];
error?: string | undefined;
};
//# sourceMappingURL=utils.d.ts.map