mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-10-11 08:03:17 +00:00
6 lines
224 B
Rust
6 lines
224 B
Rust
use crate::core::{Attributes, Operation, OperationBuilder, Operations};
|
|
|
|
pub type TextDelta = Operations<Attributes>;
|
|
pub type TextDeltaBuilder = OperationBuilder<Attributes>;
|
|
pub type TextOperation = Operation<Attributes>;
|