Type Alias: RouteFn()
ts
type RouteFn = (ctx: HttpContext) => Promise<unknown> | unknown;Route callback function type
Parameters
| Parameter | Type |
|---|---|
ctx | HttpContext |
Returns
Promise<unknown> | unknown