import { PageItemNode, PageRollupViewSettings } from ".."; export interface NavigationViewSettings extends PageRollupViewSettings { navigationStartNode: PageItemNode; navigationDepthLevel: number; backgroundColor?: string; textColor?: string; excludeStartNode?: boolean; }