Kind: Constant
Source: packages/core/constants.ts
Part of: Core
Definition
tsRecord< | typeof APP_GUARD | typeof APP_PIPE | typeof APP_FILTER | typeof APP_INTERCEPTOR, EnhancerSubtype >
Value
ts{
[APP_GUARD]: 'guard',
[APP_INTERCEPTOR]: 'interceptor',
[APP_PIPE]: 'pipe',
[APP_FILTER]: 'filter',
} as const
Was this page helpful?