[]
type ModificationsState = object;
Shared document modifications.
lastChangeType: ModificationType;
newAnnotations: object[];
removedAnnotations: object[];
optional structure: StructureChanges;
undoCount: number;
undoIndex: number;
updatedAnnotations: object[];
version: number;