UNPKG

@n1k1t/mock-server

Version:

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

21 lines 539 B
declare const _default: import("../models").Endpoint<{ locations: { http: { readonly method: "POST"; readonly path: "/cache/restore"; }; io: { readonly path: "cache:restore"; }; }; incoming: { query?: unknown; data?: { backup: string; ttl?: number; } | undefined; }; outgoing: import("../models").IEndpointResponse<null>; }>; export default _default; //# sourceMappingURL=cache.restore.endpoint.d.ts.map