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

8 lines (7 loc) 150 B
export interface DotCMSLanguageItem { id: number; languageCode: string; countryCode: string; language: string; country: string; }