//! Compatibility re-export for the historical desktop DTO module. //! //! The stable JSON contracts now live in `backend::dto` so the headless //! `web-server` crate and the Tauri commands consume the same transport-neutral //! DTO definitions. pub use backend::dto::*;