UNPKG

@nestjs/terminus

Version:

Terminus integration provides readiness/liveness health checks for NestJS.

4 lines (3 loc) 162 B
import { type Type } from '@nestjs/common'; import { type ErrorLogger } from './error-logger.interface'; export declare const ERROR_LOGGERS: Type<ErrorLogger>[];