Interface: RouteMetadata
Defined in: packages/core/src/decorators/types.ts:6
Properties
| Property | Type | Defined in |
|---|---|---|
method | "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | "OPTIONS" | "HEAD" | "ALL" | packages/core/src/decorators/types.ts:7 |
path | string | packages/core/src/decorators/types.ts:16 |
propertyKey | string | packages/core/src/decorators/types.ts:17 |