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