UNPKG

nestjs-api-tools

Version:

Wrappers for convenient API development including validation, logging and i18n wrappers

6 lines (5 loc) 282 B
import { ExternalMessageable } from './external-messageable'; import { InternalServerErrorException } from '@nestjs/common'; export declare class ApiInternalServerError extends InternalServerErrorException implements ExternalMessageable { getExternalLogMessage(): any | null; }