RouteParams<Defined in: src/routes/types.ts:15T> =object
Type Parameters
| Type Parameter | Default type |
|---|---|
T | unknown |
Properties
| Property | Type | Defined in |
|---|---|---|
body | T | src/routes/types.ts:17 |
cookies | Record<string, string> | src/routes/types.ts:20 |
headers | Record<string, string> | src/routes/types.ts:19 |
next | NextFunction | src/routes/types.ts:23 |
params | Record<string, string> | src/routes/types.ts:18 |
query | Record<string, string> | src/routes/types.ts:16 |
req | Request | src/routes/types.ts:21 |
res | Response | src/routes/types.ts:22 |