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

    Interface GiftsThatGiveMilestoneItem

    Display-friendly projection of a GiftsThatGiveMilestone. Aliases the wire value_roundedvalue and provide_covercover so presentation components can consume the clean camelCase shape without wrestling with UDP schema names.

    interface GiftsThatGiveMilestoneItem {
        cover: string;
        description: string;
        icon: string;
        id: number;
        value: string;
    }
    Index
    cover: string

    Alias for provide_cover.

    description: string
    icon: string
    id: number
    value: string

    Stringified value_rounded (e.g. "100").