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

Type declaration