Skip to content

ParamData

reference
1 min readUpdated

Kind: Type

Source: packages/common/decorators/http/route-params.decorator.ts

Part of: Common

Definition

ts
object | string | number

Used by

4 references from 4 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (4)

  • ParamPropertiespackages/core/router/router-execution-context.ts:50
  • ParamPropertiespackages/core/helpers/context-utils.ts:15
  • ParamsFactorypackages/core/helpers/external-context-creator.ts:28
  • ParamsMetadatapackages/core/helpers/interfaces/params-metadata.interface.ts:3

Was this page helpful?

Download as PDF
ParamData — NestJS head-to-head