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/)

11 lines (10 loc) 193 B
export interface DotAppHttpRequestParams { url: string; method?: string; body?: { [key: string]: any; } | string; params?: { [key: string]: string; }; }