GitHub

DaffRouteWithNamedViews

import { DaffRouteWithNamedViews } from '@daffodil/router'

A route that contains named views.

interface DaffRouteWithNamedViews {
  data: { daffNamedViews?: Record<string, Type<any>>; }
}