export interface IEnvBundle { environment: string; timeSensitive: boolean; configKeyValueObject: {[key: string]: string}; }