1 2 3 4 5
//! Request and response types for the baseline service API. //! //! These types are re-exported from `perfgate-types` to maintain the API contract. pub use perfgate_types::baseline_service::*;