// Copyright 2023-2026 Hugo Osvaldo Barrera
//
// SPDX-License-Identifier: EUPL-1.2
//! Analysis types for synchronisation.
//!
//! Types that represent the analyzed state of items, properties, and collection mappings.
//! These are the output of comparing current storage state with the status database, and are
//! typically not used externally.
pub use ;
pub use ;
pub use PropertyChange;