UNPKG

contensis-delivery-api

Version:

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

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