@playlive/fundraiser-data
    Preparing search index...

    Interface DonationPagesInput

    Shape of the paginated donation envelope returned by useInfiniteDonations in @playlive/react-query. Typed loosely (unknown per-item, not TiltifyDonation) so callers can hand in the raw TanStack { pages, pageParams } blob without wrestling the generic.

    interface DonationPagesInput {
        pages?: { data?: unknown }[];
    }
    Index
    pages?: { data?: unknown }[]