//! This code was AUTOGENERATED using the Codama library.
#[cfg(feature = "graphql")]
pub mod graphql;
pub mod config_params;
pub mod currency;
pub mod curve_type;
pub mod fixed_side;
pub mod migration_event;
pub mod migration_target;
pub mod token_mint_params;
pub mod trade_event;
pub mod trade_params;
pub mod trade_type;
pub use self::{
config_params::*, currency::*, curve_type::*, fixed_side::*, migration_event::*,
migration_target::*, token_mint_params::*, trade_event::*, trade_params::*, trade_type::*,
};