SimpleCollectOpenActionModuleInput: {
    amount?: InputMaybe<AmountInput>;
    collectLimit?: InputMaybe<Scalars["String"]["input"]>;
    endsAt?: InputMaybe<Scalars["DateTime"]["input"]>;
    followerOnly: Scalars["Boolean"]["input"];
    recipient?: InputMaybe<Scalars["EvmAddress"]["input"]>;
    referralFee?: InputMaybe<Scalars["Float"]["input"]>;
}

Type declaration