typed-route-handler
typed-route-handler copied to clipboard
Add support for Next.js 15 async params
As of 15.0.0-canary.171, next.js defaults to using a promise for the params type. This updates our types accordinglu.
See the PR on next.js for more info: https://github.com/vercel/next.js/pull/68812