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

    Interface UseDonationTrainsParams

    Params for useDonationTrains.

    interface UseDonationTrainsParams {
        allowEnded?: boolean;
        campaignID: string | null | undefined;
        filterInvalid?: boolean;
    }
    Index
    allowEnded?: boolean

    Forward to the fetcher. Overlay callers typically pass false.

    campaignID: string | null | undefined

    Tiltify campaign ID whose trains to list. Nullish auto-disables.

    filterInvalid?: boolean

    Forward to the fetcher. Overlay callers typically pass true.