@playlive/react-query
    Preparing search index...

    Interface UseInfiniteDonationsParams

    interface UseInfiniteDonationsParams {
        campaignId: string | null | undefined;
        charityType: CharityType;
        config?: DonationFetchConfig;
        count?: number;
        isTeam?: boolean;
    }
    Index
    campaignId: string | null | undefined
    charityType: CharityType
    config?: DonationFetchConfig
    count?: number
    isTeam?: boolean