# ParamData

**Kind:** Type

**Source:** [`packages/common/decorators/http/route-params.decorator.ts`](https://github.com/nestjs/nest/blob/master/packages/common/decorators/http/route-params.decorator.ts#L24)

**Part of:** [Common](subsystem-packages-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)

- `ParamProperties` — `packages/core/router/router-execution-context.ts`:50
- `ParamProperties` — `packages/core/helpers/context-utils.ts`:15
- `ParamsFactory` — `packages/core/helpers/external-context-creator.ts`:28
- `ParamsMetadata` — `packages/core/helpers/interfaces/params-metadata.interface.ts`:3
