UNPKG

dotcms

Version:

This library allows you to interact with DotCMS API's easily from the browser, nodejs and React Native. [Full Documentation](https://dotcms.github.io/core-web/dotcms/)

14 lines (13 loc) 271 B
export interface DotCMSNavigationItem { code?: any; folder: string; children?: DotCMSNavigationItem[]; host: string; languageId: number; href: string; title: string; type: string; hash: number; target: string; order: number; }