# GenerationConfig

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/pme-core/src/types/index.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/pme-core/src/types/index.ts#L59)

## Properties

| Property | Type |
|---|---|
| `projectId` | `string` |
| `userId` | `string` |
| `targetAudience` | `string` |
| `brandVoice` | `string` |
| `language` | `string` |
| `additionalLanguages` | `string[]` |
| `pageType` | `PageType` |
| `sections` | `SectionType[]` |
| `model` | `string` |
| `theme` | `ThemeConfig` |
| `visuals` | `VisualConfig` |
| `enableVariants` | `boolean` |
| `enableThemeToggle` | `boolean` |
| `enableImageGeneration` | `boolean` |
