UNPKG

dotcms

Version:

This library allows you to interact with DotCMS API's easily from the browser, nodejs and React Native. [Full Documentation](https://dotcms.github.io/core-web/dotcms/)

14 lines (13 loc) 267 B
export interface DotCMSContent { stName: string; } export interface DotCMSContentQuery { contentType: string; queryParams?: object; options: { depth?: string; limit?: string; offset?: string; orderBy?: string; }; }