Перейти до основного вмісту

Getting Started


The Common Types Library provides a set of general types and interfaces for the Softkit ecosystem, frequently used in auto-generated code to ensure consistency and reduce redundancy.

Installation

To include the Common Types Library in your project, install it via yarn:

yarn add @softkit/common-types

Basic Usage

The library includes a variety of types for general use across your applications. Below is a list of some key types and where to find more information on them:

Standard Types

Utility Types

These types are integral to DTOs, entity definitions, and other complex types, providing a consistent structure across your services.