UNPKG

@controlplane/schema

Version:

Control Plane Corporation Schema

7 lines (6 loc) 134 B
export type EnvName = string; export interface EnvVar { name: string; value?: string; } export type EnvCollection = EnvVar[];