# ConfigEditorProps

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/components/DocAutomation/ConfigEditor.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/DocAutomation/ConfigEditor.tsx#L21)

## Properties

| Property | Type |
|---|---|
| `config` | `DocumentationConfig | null` |
| `loading` | `boolean` |
| `error` | `Error | null` |
| `onSave` | `(data: CreateConfigDto | UpdateConfigDto) => Promise<void>` |
| `onCancel` | `() => void` |
