Type Alias IHttpRouteGroupObject

IHttpRouteGroupObject: IInvokableObject<[router: IHttpRouterBase], void>

An invokable object that receives a sub-router and returns it after registering routes. Used when state or configuration needs to be encapsulated alongside the route logic.

IMPORT_PATH: "@daiso-tech/core/http-router/contracts"