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.
PreviousTotalItem
@playlive/overlay-core
Raised amount as a decimal string (e.g. "12345.67").
"12345.67"
Campaign UUID, fundraising-event ID, or year (fallback) — stable per row.
Campaign name (per-campaign rows) or empty string (event-level fallback rows).
Four-digit year key.
A single flattened row from fetchPreviousYearTotals. Overlays consuming the previous- totals surface historically imported a
PreviousTotalItemtype from@playlive/overlay-core; the shape here matches that contract 1-for-1.