UNPKG

contensis-delivery-api

Version:

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

5 lines (4 loc) 155 B
import { TaxonomyGetOptions } from './TaxonomyGetOptions'; export interface TaxonomyGetNodeByPathOptions extends TaxonomyGetOptions { path: string; }