# UndoChangeName

## Content

# Type Alias: UndoChangeName

```ts
type UndoChangeName = 
  | "form"
  | "annotation"
  | "rotation"
  | "document-structure"
  | "optional-content-config";
```

Undo change name.
