Maps a URL pattern to a next.js route supported by the React Storefront starter app.
A next.js route pattern, for example:
/p/[productId]
An express-style route pattern. For example:
/products/:productId
Generated using TypeDoc
Maps a URL pattern to a next.js route supported by the React Storefront starter app.