# FeatureType

## Example Usage

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

let value: FeatureType = "boolean";

// Open enum: unrecognized values are captured as Unrecognized<string>
```

## Values

```typescript
"metered" | "boolean" | "static" | "config" | Unrecognized<string>
```