UNPKG

@n1k1t/mock-server

Version:

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

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