RouteParams = object
Defined in: src/routes/types.ts:5
Property | Type | Defined in |
---|---|---|
body | any | src/routes/types.ts:7 |
cookies | Record <string , string > | src/routes/types.ts:10 |
headers | Record <string , string > | src/routes/types.ts:9 |
params | Record <string , string > | src/routes/types.ts:8 |
query | Record <string , string > | src/routes/types.ts:6 |
req | Request | src/routes/types.ts:11 |