Skip to main content
API Reference / modelence / server / RouteParams
RouteParams<T> = object
Defined in: src/routes/types.ts:15

Type Parameters

Type ParameterDefault type
Tunknown

Properties

PropertyTypeDefined in
bodyTsrc/routes/types.ts:17
cookiesRecord<string, string>src/routes/types.ts:20
headersRecord<string, string>src/routes/types.ts:19
nextNextFunctionsrc/routes/types.ts:23
paramsRecord<string, string>src/routes/types.ts:18
queryRecord<string, string>src/routes/types.ts:16
reqRequestsrc/routes/types.ts:21
resResponsesrc/routes/types.ts:22