DeploymentEnv: {
    key: string;
    scopes: string[];
    secret?: string;
    value: string;
}

Type declaration

  • key: string
  • scopes: string[]
  • Optional secret?: string
  • value: string