@citrusworx/types
v0.2.0
Published
Shared CitrusWorx type definitions for deployments, environments, projects, domains, and blueprints.
Readme
@citrusworx/types
Shared CitrusWorx type definitions for deployments, environments, projects, domains, and blueprints.
Install
npm install @citrusworx/typesUsage
import type { Blueprint, Environment, DeploymentManifest } from "@citrusworx/types";The package also exposes typed subpaths for selected modules, including deployment and environment definitions.
Development
yarn workspace @citrusworx/types build