Type alias: FetchNavigationResponse
Ƭ FetchNavigationResponse: Object
Response when fetching navigation.
Type declaration
| Name | Type |
|---|---|
idMap |
{ [id: string]: { caasDocumentId: string ; contentReference: URL ; id: string ; label: string ; parentIds: string[] ; seoRoute: string }; } |
meta |
{ identifier: { languageId: string ; navigationId: string ; tenantId: string } } |
meta.identifier |
{ languageId: string ; navigationId: string ; tenantId: string } |
meta.identifier.languageId |
string |
meta.identifier.navigationId |
string |
meta.identifier.tenantId |
string |
pages |
{ [name: string]: string; } |
seoRouteMap |
{ [route: string]: string; } |
structure |
unknown[] |
Last update:
January 9, 2025