import { DaffExternalRouterDriverTestingConfig } from '@daffodil/external-router/driver/testing'
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".
interface DaffExternalRouterDriverTestingConfig {
__index(url: string): DaffExternalRouteType | DaffExternallyResolvableUrl
}
Parameter | url: string |
---|---|
Description |