@n1k1t/mock-server
Version:
The ultimate toolkit to intercept, transform, and simulate HTTP/WS traffic with type-safe expectations
25 lines • 579 B
TypeScript
interface IOutgoing {
redis?: {
count: number;
};
}
declare const _default: import("../models").Endpoint<{
locations: {
http: {
readonly method: "DELETE";
readonly path: "/cache";
};
io: {
readonly path: "cache:delete";
};
};
incoming: {
query?: unknown;
data?: {
prefix?: string;
} | undefined;
};
outgoing: import("../models").IEndpointResponse<IOutgoing>;
}>;
export default _default;
//# sourceMappingURL=cache.delete.endpoint.d.ts.map