UNPKG

378 BTypeScriptView Raw
1export declare type GoalEnvironment = "0-code/" | "1-staging/" | "2-prod/" | "8-doom/";
2export declare const IndependentOfEnvironment: GoalEnvironment;
3export declare const StagingEnvironment: GoalEnvironment;
4export declare const ProductionEnvironment: GoalEnvironment;
5export declare const ProjectDisposalEnvironment: GoalEnvironment;
6//# sourceMappingURL=environment.d.ts.map
\No newline at end of file