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

    Interface GiftsThatGiveMilestone

    Single row returned by GET /getGiftsThatGiveMilestones. Matches the GiftsThatGiveItem schema published by UDP's fundraiser-discovery lifetime-raised API.

    interface GiftsThatGiveMilestone {
        description: string;
        icon: string;
        id: number;
        provide_cover: string;
        value_rounded: number;
    }
    Index
    description: string
    icon: string
    id: number
    provide_cover: string
    value_rounded: number