UNPKG

unmock-core

Version:

[![npm](https://img.shields.io/npm/v/unmock-core.svg)][npmjs] [![CircleCI](https://circleci.com/gh/unmock/unmock-js.svg?style=svg)](https://circleci.com/gh/unmock/unmock-js) [![codecov](https://codecov.io/gh/unmock/unmock-js/branch/dev/graph/badge.svg)](h

14 lines 442 B
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