API Reference / modelence / server / RouteParams
RouteParams = object
Defined in: src/routes/types.ts:5

Properties

PropertyTypeDefined in
bodyanysrc/routes/types.ts:7
cookiesRecord<string, string>src/routes/types.ts:10
headersRecord<string, string>src/routes/types.ts:9
paramsRecord<string, string>src/routes/types.ts:8
queryRecord<string, string>src/routes/types.ts:6
reqRequestsrc/routes/types.ts:11