UNPKG

contensis-delivery-api

Version:

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

6 lines (5 loc) 211 B
import { NodeDefaultWithDepthOptions } from './NodeDefaultWithDepthOptions'; export interface NodeGetByPathOptions extends NodeDefaultWithDepthOptions { path: string; allowPartialMatch?: boolean; }