# SectionChoices

**Kind:** Type

**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#L232)

Maps section type to chosen variant key for finalization.

## Definition

```ts
Partial<Record<SectionType, 'A' | 'B' | 'C'>>
```
