Properties
entity
entity: { 
    uuid: string; 
    [entityProperty: string]: string; 
}
Type declaration
- 
[entityProperty: string]: string
- 
uuid: string
 
isHomePath
isHomePath: boolean
jsonapi
jsonapi: { 
    resourceName: `${string}--${string}`; 
    [jsonapiProperty: string]: string; 
}
Type declaration
- 
[jsonapiProperty: string]: string
- 
resourceName: `${string}--${string}`
 
label
label: string
meta
meta: { 
    [metaProperty: string]: string | object; 
}
Type declaration
- 
[metaProperty: string]: string | object
 
resolved
resolved: string
 
Shape of decoupled router response for a resolved path.