@webroute/middlewareType aliases
DataResult
DataResult:
Record<PropertyKey,unknown>
Data or state produced in the middleware.
Used to enable the consumer to attach any necessary data to state, or otherwise use the resulting information.

Webroute
DataResult:
Record<PropertyKey,unknown>
Data or state produced in the middleware.
Used to enable the consumer to attach any necessary data to state, or otherwise use the resulting information.