import { DaffActivatedRouteSnapshotWithNamedViews } from '@daffodil/router'
A route that contains named views.
interface DaffActivatedRouteSnapshotWithNamedViews { data: { daffNamedViews?: Record<string, Type<any>>; } }