# Paramtype

**Kind:** Type

**Source:** [`packages/common/interfaces/features/paramtype.interface.ts`](https://github.com/nestjs/nest/blob/master/packages/common/interfaces/features/paramtype.interface.ts#L4)

**Part of:** [Common](subsystem-packages-common)

## Definition

```ts
'body' | 'query' | 'param' | 'custom'
```

## Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (1)

- `ParamsTokenFactory` — `packages/core/pipes/params-token-factory.ts`:4
