UNPKG

contensis-delivery-api

Version:

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

11 lines (10 loc) 305 B
import { FieldLinkDepths, PageOptions } from 'contensis-core-api'; export interface EntryListOptions { contentTypeId?: string; language?: string; pageOptions?: PageOptions; order?: string[]; linkDepth?: number; fields?: string[]; fieldLinkDepths?: FieldLinkDepths; }