UNPKG

contensis-delivery-api

Version:

Client for retrieving content using the read-only Contensis Delivery API

8 lines (7 loc) 151 B
export interface TaxonomyNode { key: string; name: string; path: string; children?: TaxonomyNode[]; hasChildren: boolean; }