# GroupEntityType

## Example Usage

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

let value: GroupEntityType = "price";

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

## Values

```typescript
"price" | "feature" | Unrecognized<string>
```