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

    Interface UseAlertsQueueResult

    Return shape of useAlertsQueue.

    interface UseAlertsQueueResult {
        donation: TiltifyDonation | null;
    }
    Index
    donation: TiltifyDonation | null

    The donation currently being shown, or null between alerts (both during the inter-alert gap and while idle). Consumers render an alert overlay when this is non-null.