EnvironmentType type

EnvironmentType değerlerini tanımlar. Olası değerler şunlardır: 'Prod', 'Test'

type EnvironmentType = "Prod" | "Test"