export enum UNComponentsEnvironment { sandbox = 'sandbox', production = 'production', mock = 'mock' }