import { DaffRouteData } from '@daffodil/external-router'
Data associated with a route.
interface DaffRouteData {
canonical_url: string
meta_description: string
title: string
schema: Record<string, unknown>
}
canonical_url string |
|---|
The canonical url of the route. |
meta_description string |
|---|
The meta description of the route. |
title string |
|---|
The title of the route. |
schema Record |
|---|
An associated schema for the route. See |