DaffExternalRouterConfiguration
The configuration object for the external router package.
import { DaffExternalRouterConfiguration } from '@daffodil/external-router'
interface DaffExternalRouterConfiguration {
failedResolutionPath: string
}
Properties
Name | Type | Description |
---|---|---|
failedResolutionPath | string | The path to redirect to when external route resolution fails. |