/// @param marketParams Market params for the Morpho Blue market where liquidity will be reallocated to.
/// @param vaults List of vaults used for reallocation.
/// @param withdrawals List of withdrawals for each vault.
struct Params {
MarketParams marketParams;
address[] vaults;
Withdrawal[][] withdrawals;
}