# PmeVariant

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/stores/pmeStore.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/stores/pmeStore.ts#L34)

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `variantKey` | `string` |
| `variantName` | `string` |
| `sectionType` | `string` |
| `selected` | `boolean` |
| `content` | `Record<string, unknown>` |
| `htmlContent` | `string` |
