Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Route

Maps a URL pattern to a next.js route supported by the React Storefront starter app.

Hierarchy

  • Route

Index

Properties

Properties

destination

destination: string

A next.js route pattern, for example:

/p/[productId]

source

source: string

An express-style route pattern. For example:

/products/:productId

Generated using TypeDoc