1//! Pipelines API for executing coordinated query workflows 2 3mod api; 4mod types; 5 6pub use api::PipelinesApi; 7pub use types::*;