UNPKG

contensis-delivery-api

Version:

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

5 lines (4 loc) 173 B
import { NodeDefaultWithDepthOptions } from './NodeDefaultWithDepthOptions'; export interface NodeGetByIdOptions extends NodeDefaultWithDepthOptions { id: string; }