API Reference / modelence / server / RouteParamsDocumentation Index
Fetch the complete documentation index at: https://docs.modelence.com/llms.txt
Use this file to discover all available pages before exploring further.
RouteParams<Defined in: packages/modelence/src/routes/types.ts:15T> =object
Type Parameters
| Type Parameter | Default type |
|---|---|
T | unknown |
Properties
| Property | Type | Defined in |
|---|---|---|
body | T | packages/modelence/src/routes/types.ts:17 |
cookies | Record<string, string> | packages/modelence/src/routes/types.ts:20 |
headers | Record<string, string> | packages/modelence/src/routes/types.ts:19 |
next | NextFunction | packages/modelence/src/routes/types.ts:24 |
params | Record<string, string> | packages/modelence/src/routes/types.ts:18 |
query | Record<string, string> | packages/modelence/src/routes/types.ts:16 |
rawBody? | Buffer | packages/modelence/src/routes/types.ts:21 |
req | Request | packages/modelence/src/routes/types.ts:22 |
res | Response | packages/modelence/src/routes/types.ts:23 |