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

    Interface UseDonorSpotlightOverviewParams

    interface UseDonorSpotlightOverviewParams {
        campaignId: string | null | undefined;
        isTeam?: boolean;
        live?: boolean;
    }
    Index
    campaignId: string | null | undefined

    Tiltify campaign ID whose spotlight to fetch.

    isTeam?: boolean

    Pass true to aggregate over a team campaign.

    live?: boolean

    When true, requests the currently-in-progress spotlight (?live=true). When false (default), requests the last-computed snapshot (?last=true) — useful post-event.