UNPKG

@n1k1t/mock-server

Version:

The ultimate toolkit to intercept, transform, and simulate HTTP/WS traffic with type-safe expectations

24 lines 765 B
import { Expectation } from '../../expectations'; declare const _default: import("../models").Endpoint<{ locations: { http: { readonly method: "PUT"; readonly path: "/expectations"; }; io: { readonly path: "expectations:update"; }; }; incoming: { query?: unknown; data?: { id: string; set: Partial<Expectation["configuration"]>; } | undefined; }; outgoing: import("../models").IEndpointResponse<Pick<Expectation<any>, "group" | "name" | "isEnabled" | "schema" | "id" | "meta" | "transports" | "defaults"> & { format: "plain"; }>; }>; export default _default; //# sourceMappingURL=expectations.update.endpoint.d.ts.map