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

    Variable DONOR_LEVEL_THRESHOLDSConst

    DONOR_LEVEL_THRESHOLDS: ReadonlyArray<{ level: DonorLevel; minAmount: number }> = ...

    Ascending donation-amount thresholds (dollars) that gate each DonorLevel. Exported so alert-queue consumers, styling layers, or admin dashboards can render the tier ladder without hardcoding the numbers a second time.

    Ordered ascending by threshold. getDonorLevel walks this ladder top-down after truncation and returns the first bucket whose threshold the donation clears. Anything below the bronze floor (25) falls into the grey bucket.