# AlertEntityType

## Example Usage

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

let value: AlertEntityType = "subscription";

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

## Values

```typescript
"wallet" | "feature" | "subscription" | "subscription_line_item" | "group" | "entitlement_grant" | Unrecognized<string>
```