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

5 lines (4 loc) 78 B
export interface DotCMSError { statusCode: number; message: string; }