# ExportMetadataEntityType

## Example Usage

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

let value: ExportMetadataEntityType = "wallet";

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

## Values

```typescript
"customer" | "wallet" | Unrecognized<string>
```