Socket
Book a DemoInstallSign in
Socket

@dotcms/types

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotcms/types

## Overview

npmnpm
Version
0.0.1-beta.29
Version published
Weekly downloads
595
-22.32%
Maintainers
1
Weekly downloads
 
Created
Source

@dotcms/types

Overview

This library contains shared TypeScript types and interfaces used across the dotCMS SDK libraries and the Universal Visual Editor. It serves as a central repository for type definitions to ensure consistency and type safety across the ecosystem.

Purpose

  • Establish a single source of truth for common types
  • Maintain consistency across SDK libraries
  • Support the Universal Visual Editor with necessary type definitions
  • Reduce duplication and prevent drift between related interfaces

Usage

Import types directly from this library:

import { Block, Contentlet } from '@dotcms/types';

Universal Visual Editor

Types in this library provide the foundation for the Universal Visual Editor, including:

  • Component definitions
  • Editor configuration schemas
  • Content type mappings
  • UI element specifications

Keywords

dotCMS

FAQs

Package last updated on 09 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts