UNPKG

contensis-delivery-api

Version:

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

5 lines (4 loc) 156 B
import { TaxonomyGetOptions } from './TaxonomyGetOptions'; export interface TaxonomyGetNodeByKeyOptions extends TaxonomyGetOptions { key: string; }