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

    Interface FetchScheduleBlockRaisedParams

    interface FetchScheduleBlockRaisedParams {
        campaignId: string;
        end: string;
        signal?: AbortSignal;
        start: string;
    }
    Index
    campaignId: string

    Tiltify campaign ID whose donations to sum.

    end: string

    Exclusive ISO 8601 upper bound (typically ends_at).

    signal?: AbortSignal

    Cancel on React unmount / other lifecycle events.

    start: string

    Inclusive ISO 8601 lower bound (typically starts_at).