UNPKG

contensis-delivery-api

Version:

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

6 lines (5 loc) 133 B
export interface TaxonomyGetOptions { order?: 'alphabetical' | 'defined'; childDepth?: number; language?: string; }