UNPKG

@dotcms/types

Version:

The `@dotcms/types` package contains TypeScript type definitions for the dotCMS ecosystem. Use it to enable type safety and an enhanced developer experience when working with dotCMS APIs and structured content.

39 lines 783 B
{ "name": "@dotcms/types", "version": "1.5.6", "keywords": [ "dotCMS", "CMS", "Content Management", "UVE", "Universal Visual Editor" ], "exports": { "./package.json": "./package.json", ".": { "module": "./index.esm.js", "types": "./index.d.ts", "import": "./index.cjs.mjs", "default": "./index.cjs.js" }, "./internal": { "module": "./internal.esm.js", "types": "./internal.d.ts", "import": "./internal.cjs.mjs", "default": "./internal.cjs.js" } }, "typesVersions": { "*": { ".": [ "./src/index.d.ts" ], "internal": [ "./src/internal.d.ts" ] } }, "module": "./index.esm.js", "main": "./index.cjs.js", "types": "./index.d.ts" }