enum PoolType {
Stable,
Liquid,
Volatile
}
enum JoinType {
Join,
Reward
}
enum SwapType {
RegularSwap,
LongTermSwap,
PartnerSwap
}
enum ExitType {
Exit,
Withdraw,
Cancel,
FeeWithdraw
}
enum ParamType {
SwapFeeFP,
PartnerFeeFP,
LongSwapFeeFP
}
enum BoolParamType {
Paused,
CollectBalancerFees
}