TRouteHandlerObject
Bun

type

RouterTypes.RouteHandlerObject

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