UNPKG

@nestjs/terminus

Version:

Terminus integration provides readiness/liveness health checks for NestJS.

9 lines (8 loc) 178 B
export interface AxiosError extends Error { code?: string; request?: any; response?: any; isAxiosError: boolean; status?: string; toJSON: () => object; }