@playlive/react-query
    Preparing search index...

    Interface UseGiftsThatGiveMilestonesParams

    interface UseGiftsThatGiveMilestonesParams {
        goal:
            | number
            | "100"
            | "500"
            | "1000"
            | "1500"
            | "2000"
            | "3000"
            | "5000"
            | "7500"
            | "10000"
            | "20000"
            | "30000"
            | "40000"
            | "50000"
            | "60000"
            | "70000"
            | "75000"
            | "80000"
            | "90000"
            | "100000"
            | null
            | undefined;
    }
    Index
    goal:
        | number
        | "100"
        | "500"
        | "1000"
        | "1500"
        | "2000"
        | "3000"
        | "5000"
        | "7500"
        | "10000"
        | "20000"
        | "30000"
        | "40000"
        | "50000"
        | "60000"
        | "70000"
        | "75000"
        | "80000"
        | "90000"
        | "100000"
        | null
        | undefined

    Fundraising goal to evaluate milestones against. Accepts one of the milestone-goal string literals (see GIFTS_THAT_GIVE_MILESTONE_GOALS) or a raw number — the number is stringified before hitting the wire. Nullish values disable the hook and it resolves to [].