RouteHandlerObject

TRouteHandlerObject
Bun

Symbol

RouterTypes.RouteHandlerObject

type RouteHandlerObject<T extends string> = { [K in HTTPMethod]: RouteHandler<T> }