# NestJSParameter

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/detectors/nestjs-detector.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/detectors/nestjs-detector.ts#L60)

NestJS parameter

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `type` | `string` |
| `decorator` | `'Body' | 'Query' | 'Param' | 'Headers' | 'Req' | 'Res'` |
