UNPKG

@nestjs/terminus

Version:

Terminus integration provides readiness/liveness health checks for NestJS.

21 lines (20 loc) 505 B
/** * @internal */ export declare const CONNECTION_NOT_FOUND = "Connection provider not found in application context"; /** * @internal */ export declare const TIMEOUT_EXCEEDED: (timeout: number) => string; /** * @internal */ export declare const STORAGE_EXCEEDED: (keyword: string) => string; /** * @internal */ export declare const UNHEALTHY_RESPONSE_CODE: (responseCode: string | number) => string; /** * @internal */ export declare const DATABASE_NOT_CONNECTED = "Not connected to database";