EnvironmentData typedef

EnvironmentData = Map<String, String>

Type similar to Platform.environment, used for dependency injection

Implementation

typedef EnvironmentData = Map<String, String>;