# EntitlementGrantMeasure

## Example Usage

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

let value: EntitlementGrantMeasure = "quantity";

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

## Values

```typescript
"quantity" | "amount" | Unrecognized<string>
```