# ReviewResult

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/stages/stage-11-verification/openai-reviewer.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/stages/stage-11-verification/openai-reviewer.service.ts#L37)

## Properties

| Property | Type |
|---|---|
| `overallScore` | `number` |
| `categories` | `{
    accuracy: number;
    completeness: number;
    clarity: number;
    userFriendliness: number;
  }` |
| `suggestions` | `string[]` |
| `issues` | `string[]` |
