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

    Interface FetchPreviousYearTotalsParams

    interface FetchPreviousYearTotalsParams {
        isTeam?: boolean;
        signal?: AbortSignal;
        slug: string;
    }
    Index
    isTeam?: boolean

    Pass true for team aggregation.

    signal?: AbortSignal

    Cancel on React unmount / other lifecycle events.

    slug: string

    Tiltify slug of the user or team whose historical totals to fetch. The @ / + sigil is optional — the fetcher forwards the slug verbatim; strip via stripSigil() first if you want normalisation.