unmock-core
Version:
[][npmjs] [](https://circleci.com/gh/unmock/unmock-js) [](h
14 lines • 442 B
TypeScript
import { HTTPMethod, IStateInput, Operation, Paths } from "../interfaces";
export interface IStateUpdate {
stateInput: IStateInput;
serviceName: string;
paths: Paths;
schemaEndpoint: string;
}
export interface IOperationForStateUpdate {
endpoint: string;
method: HTTPMethod;
operation: Operation;
}
export declare type OperationsForStateUpdate = IOperationForStateUpdate[];
//# sourceMappingURL=interfaces.d.ts.map