GitHub

DaffExternalRouterDriverTestingConfig

The configuration for the testing driver. It is a dictionary of "url": "type", pairs, where the URL is a URL-safe routeable path, e.g. "sweatshirts" or "t-shirts" and the type is a known type to your application, e.g. "CATEGORY".

import { DaffExternalRouterDriverTestingConfig } from '@daffodil/external-router/driver/testing'
interface DaffExternalRouterDriverTestingConfig {
  __index: DaffExternalRouteType | DaffExternallyResolvableUrl
}

Properties

Name Type Description
__index DaffExternalRouteType | DaffExternallyResolvableUrl