# EnvironmentType

## Example Usage

```typescript
import { EnvironmentType } from "@flexprice/sdk/sdk/models";

let value: EnvironmentType = "production";
```

## Values

```typescript
"development" | "production"
```