UNPKG

@n1k1t/mock-server

Version:

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

9 lines 288 B
import { Service } from '../models'; export declare class ShutdownService extends Service { state: { status: "HEALTHY" | "EXITING"; }; exit(): Promise<void>; static build(server: Service['server']): ShutdownService; } //# sourceMappingURL=shutdown.service.d.ts.map