UNPKG

649 BTypeScriptView Raw
1import { EnhancerSubtype } from '@nestjs/common/constants';
2export declare const MESSAGES: {
3 APPLICATION_START: string;
4 APPLICATION_READY: string;
5 MICROSERVICE_READY: string;
6 UNKNOWN_EXCEPTION_MESSAGE: string;
7 ERROR_DURING_SHUTDOWN: string;
8 CALL_LISTEN_FIRST: string;
9};
10export declare const APP_INTERCEPTOR = "APP_INTERCEPTOR";
11export declare const APP_PIPE = "APP_PIPE";
12export declare const APP_GUARD = "APP_GUARD";
13export declare const APP_FILTER = "APP_FILTER";
14export declare const ENHANCER_TOKEN_TO_SUBTYPE_MAP: Record<typeof APP_GUARD | typeof APP_PIPE | typeof APP_FILTER | typeof APP_INTERCEPTOR, EnhancerSubtype>;