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