UNPKG

@n1k1t/mock-server

Version:

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

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