BaseFeeCollectModuleInitData
A struct containing the necessary data to initialize this Base Collect Module.
struct BaseFeeCollectModuleInitData {
uint160 amount;
uint96 collectLimit;
address currency;
uint16 referralFee;
bool followerOnly;
uint72 endTimestamp;
address recipient;
}