LegacyErc4626FeeCollectModuleSettings: {
    __typename: "LegacyERC4626FeeCollectModuleSettings";
    amount: Amount;
    collectLimit: string | null;
    contract: NetworkAddress;
    endsAt: string | null;
    followerOnly: boolean;
    recipient: EvmAddress;
    referralFee: number;
    type: OpenActionModuleType;
    vault: NetworkAddress;
}

Type declaration