UNPKG

@nestjs/terminus

Version:

Terminus integration provides readiness/liveness health checks for NestJS.

7 lines (6 loc) 215 B
import { type Type } from '@nestjs/common'; import { type HealthIndicator } from '.'; /** * All the health indicators terminus provides as array */ export declare const HEALTH_INDICATORS: Type<HealthIndicator>[];