1.0.4 • Published 12 months ago

@controlplane/schema v1.0.4

Weekly downloads
-
License
-
Repository
-
Last release
12 months ago

Control Plane Corp. Schema

This is a collection of TypeScript interfaces designed to streamline and standardize the data structures used across projects that uses our OpenAPI.

Installation

npm install @controlplane/schema

Usage

Import the interfaces from @controlplane/schema/interfaces and use them in your TypeScript or JavaScript projects:

import { Base } from "@controlplane/schema/interfaces/base";

const example: Base = {
  // ... your data
};
1.0.4

12 months ago

1.0.3

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago