# NestJSMethod

**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#L88)

NestJS method

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `returnType` | `string` |
| `isAsync` | `boolean` |
| `parameters` | `NestJSParameter[]` |
