//! Shared expected-table evaluation surface for `/debug/schema`.
//!
//! This module provides the stable import path for evaluation contracts while
//! mutating accumulator helpers live in `debug_evaluation_accumulator`.
pub(super) use super::debug_evaluation_contracts::ExpectedTablesEvaluation;
pub use super::debug_evaluation_contracts::LoggingSchemaExpectedTableStatus;