app-sdk
app-sdk copied to clipboard
Don't export raw retes middlewares
Export handler factories. Dont export middlewares, because they need next adapter and they need coupling with rates. Retes can stay as private detail of SDK.
Middlewares can be exported with toNextHandler
from dedicated path (middleware/next
)