import { Content } from '../content'; export interface GetNavrootResponse { '@id': string; navroot: Content; }