# PricingComparisonTableProps

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/site-gen-core/src/component-library/sections/pricing/pricing-comparison-table.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/site-gen-core/src/component-library/sections/pricing/pricing-comparison-table.tsx#L13)

## Properties

| Property | Type |
|---|---|
| `headlineKey` | `string` |
| `descriptionKey` | `string` |
| `plans` | `{ nameKey: string; priceKey: string; highlighted?: boolean }[]` |
| `features` | `{ featureKey: string; values: (boolean | string)[] }[]` |
