UNPKG

@plone/types

Version:

Plone's Types Package

7 lines (5 loc) 116 B
import { Content } from '../content'; export interface GetNavrootResponse { '@id': string; navroot: Content; }