LegacyErc4626FeeCollectModuleSettingsFragment: {
    __typename: "LegacyERC4626FeeCollectModuleSettings";
    amount: AmountFragment;
    collectLimit: string | null;
    contract: NetworkAddressFragment;
    endsAt: string | null;
    followerOnly: boolean;
    recipient: string;
    referralFee: number;
    type: OpenActionModuleType;
    vault: NetworkAddressFragment;
}

Type declaration