# StructureIssue

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/stages/stage-10-generation/structure-scorer.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/stages/stage-10-generation/structure-scorer.ts#L32)

## Properties

| Property | Type |
|---|---|
| `type` | `| 'long-paragraph'
    | 'no-lists'
    | 'no-tables'
    | 'sparse-headings'
    | 'uniform-blocks'
    | 'long-document'
    | 'no-callouts'` |
| `severity` | `'warning' | 'fail'` |
| `location` | `string` |
| `detail` | `string` |
| `suggestion` | `string` |
