UNPKG

431 BTypeScriptView Raw
1export declare const MESSAGES: {
2 APPLICATION_START: string;
3 APPLICATION_READY: string;
4 MICROSERVICE_READY: string;
5 UNKNOWN_EXCEPTION_MESSAGE: string;
6 ERROR_DURING_SHUTDOWN: string;
7 CALL_LISTEN_FIRST: string;
8};
9export declare const APP_INTERCEPTOR = "APP_INTERCEPTOR";
10export declare const APP_PIPE = "APP_PIPE";
11export declare const APP_GUARD = "APP_GUARD";
12export declare const APP_FILTER = "APP_FILTER";