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

    Interface FetchLifetimeRaisedParams

    Params for fetchLifetimeRaised.

    interface FetchLifetimeRaisedParams {
        isTeam?: boolean;
        signal?: AbortSignal;
        username: string;
    }
    Index
    isTeam?: boolean

    Pass true for team lifetime aggregation.

    signal?: AbortSignal

    Cancel on React unmount / other lifecycle events.

    username: string

    Case-preserved Tiltify username (individual) or team name. Sent lowercased to match the lifetime service's index key.