import { NavigationNode } from './INode'; export interface IPutNavigationNodelinkRequest { nodes: NavigationNode[]; }