MultirecipientFeeCollectModuleInput: {
    amount: AmountInput;
    collectLimit?: InputMaybe<Scalars["String"]["input"]>;
    endsAt?: InputMaybe<Scalars["DateTime"]["input"]>;
    followerOnly: Scalars["Boolean"]["input"];
    recipients: RecipientDataInput[];
    referralFee?: InputMaybe<Scalars["Float"]["input"]>;
}

Type declaration