UNPKG

contensis-delivery-api

Version:

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

6 lines (5 loc) 105 B
import { Node } from './Node'; export interface NodeIdOptions { id?: string; node?: Node; }