UNPKG

@n1k1t/mock-server

Version:

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

7 lines 272 B
import { Service } from '../models'; export declare class HistoryService extends Service { restore(): Promise<void | null>; backup(): Promise<void | null>; static build(server: Service['server']): HistoryService; } //# sourceMappingURL=history.service.d.ts.map