# SectionPlan

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/types/stage-09.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/types/stage-09.types.ts#L54)

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `title` | `string` |
| `type` | `SectionType` |
| `order` | `number` |
| `contentOutline` | `string[]` |
| `codeExamples` | `boolean` |
| `screenshots` | `boolean` |
| `subsections` | `SubsectionPlan[]` |
