export type TextChangeType = 'addition' | 'deletion' | 'comment' | 'generalNote';