# VariantNode

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/core/src/rendering/types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/core/src/rendering/types.ts#L40)

Variant section node
Represents a VARIANT:AUDIENCE wrapper with multiple variants

## Properties

| Property | Type |
|---|---|
| `type` | `'variant_section'` |
| `variants` | `VariantChild[]` |
| `defaultVariant` | `VariantChild` |
