Type Alias UrlToLocation

UrlToLocation: Static<typeof urlToLocation>

Maps a URL published on the user's website to a location on the user's store.

The store in question could be:

  • a table in a database (URL -> record)
  • a git repository (URL -> path)
  • a public bucket of an object storage service like AWS S3 (URL -> URL)