export enum EnvironmentCasts { STRING = 'string', NUMBER = 'number', BOOLEAN = 'boolean', JSON = 'json', }