//! Public data model returned by `docx-review-core`.
pub use TextAnchor;
pub use ;
pub use Comment;
pub use ;
pub use ;
pub use Story;
pub use ;
/// Stable identifier for a block in the extracted document model.
pub type BlockId = String;
/// Stable identifier for a tracked change in the extracted document model.
pub type ChangeId = String;
/// Stable identifier for a comment in the extracted document model.
pub type CommentId = String;