Skip to content

ENHANCER_TOKEN_TO_SUBTYPE_MAP

reference
1 min readUpdated

Kind: Constant

Source: packages/core/constants.ts

Part of: Core

Definition

ts
Record< | 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?

Download as PDF
ENHANCER_TOKEN_TO_SUBTYPE_MAP — NestJS head-to-head