@koadz/types - v0.2.8

Koadz Platform Types

This project contains the types for the Koadz Platform. It is a collection of interfaces, types, and enums that are used in the Koadz Platform.

This package provides TypeScript definitions for the Koadz Platform, including types for Plot, Project, Brik, Enums, and Global configurations.

To install the package, use the following command:

npm i @koadz/types

After installation, you can import and use the types in your TypeScript project as follows:

import { PlotConfig, Project, Brik, Enums } from "@koadz/types";

// Example usage
const plot: PlotConfig = {
// plot properties
};

const project: Project = {
// project properties
};

The documentation for the Koadz Platform Types can be found here.