EnvironmentType type

Defines values for EnvironmentType. Possible values include: 'Prod', 'Test'

type EnvironmentType = "Prod" | "Test"