# StructureModification

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `action` | `'add' | 'remove' | 'rename' | 'move'` |
| `targetType` | `'category' | 'subcategory' | 'document'` |
| `targetId` | `string` |
| `newValue` | `string` |
| `newParentId` | `string` |
