Kind: Interface
Source: atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/detectors/nestjs-detector.ts
NestJS endpoint
Properties
| Property | Type |
|---|---|
method | `'GET' |
path | string |
handlerName | string |
requestDto | string |
responseDto | string |
roles | string[] |
guard | string |
isPublic | boolean |
parameters | NestJSParameter[] |
Was this page helpful?