Skip to content

controlplane-com/types-ts

Repository files navigation

Control Plane Corp. TypeScript 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
};

About

Control Plane TypeScript type definitions for type-safe API interactions

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •