GitHub

DaffExternalRouterConfiguration

import { DaffExternalRouterConfiguration } from '@daffodil/external-router'

The configuration object for the external router package.

interface DaffExternalRouterConfiguration {
  failedResolutionPath: string
}

Properties

failedResolutionPath
string

The path to redirect to when external route resolution fails.