GitHub

DaffExternalRouteType

import { DaffExternalRouteType } from '@daffodil/external-router'

The routing type of a particular route. E.g. if there's a category called "Sweatshirts" with an externally resolved URL of "/sweatshirts" Then, this type could be something like "CATEGORY".

type DaffExternalRouteType = string