API Reference / modelence / server / RouteResponse
RouteResponse<T> = object
Defined in: src/routes/types.ts:14

Type Parameters

Type ParameterDefault type
Tany

Properties

PropertyTypeDefined in
data?Tsrc/routes/types.ts:15
headers?Record<string, string>src/routes/types.ts:17
redirect?stringsrc/routes/types.ts:18
status?numbersrc/routes/types.ts:16