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