UNPKG

@n1k1t/mock-server

Version:

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

9 lines 350 B
import { Service } from '../models'; export declare class ContainersService extends Service { restore(): Promise<void | null>; backup(): Promise<void | null>; /** Flushes expired containers and aliases */ flush(): void; static build(server: Service['server']): ContainersService; } //# sourceMappingURL=containers.service.d.ts.map