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

    Interface PreviousYearTotalItem

    A single flattened row from fetchPreviousYearTotals. Overlays consuming the previous- totals surface historically imported a PreviousTotalItem type from @playlive/overlay-core; the shape here matches that contract 1-for-1.

    interface PreviousYearTotalItem {
        amount: string;
        id: string;
        name: string;
        year: string;
    }
    Index
    amount: string

    Raised amount as a decimal string (e.g. "12345.67").

    id: string

    Campaign UUID, fundraising-event ID, or year (fallback) — stable per row.

    name: string

    Campaign name (per-campaign rows) or empty string (event-level fallback rows).

    year: string

    Four-digit year key.