use crate::core::{AttributeHashMap, DeltaOperation, DeltaOperations, OperationBuilder}; pub type TextOperations = DeltaOperations; pub type TextOperationBuilder = OperationBuilder; pub type TextOperation = DeltaOperation;