GitHub

DaffExternalRouteType

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".

import { DaffExternalRouteType } from '@daffodil/external-router'
type DaffExternalRouteType = string
Type Options
DaffExternalRouteType string