@atomist/sdm
Version:
Atomist Software Delivery Machine SDK
6 lines • 378 B
TypeScript
export declare type GoalEnvironment = "0-code/" | "1-staging/" | "2-prod/" | "8-doom/";
export declare const IndependentOfEnvironment: GoalEnvironment;
export declare const StagingEnvironment: GoalEnvironment;
export declare const ProductionEnvironment: GoalEnvironment;
export declare const ProjectDisposalEnvironment: GoalEnvironment;
//# sourceMappingURL=environment.d.ts.map