UNPKG

contensis-delivery-api

Version:

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

7 lines (6 loc) 262 B
import { NodeDefaultWithDepthOptions } from './NodeDefaultWithDepthOptions'; import { NodeIdOptions } from './NodeIdOptions'; export interface NodeGetAncestorAtLevelOptions extends NodeDefaultWithDepthOptions, NodeIdOptions { startLevel: number; }