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

    Interface TwitchCampaign

    Twitch charity campaign as returned by the Play Live REST proxy. camelCase rewrite of the upstream Helix shape.

    interface TwitchCampaign {
        broadcaster: { id: string; login: string; name: string };
        charity: { logo: string; name: string; website: string };
        currentAmount: { currency: string; decimalPlaces: number; value: number };
        id: string;
        targetAmount: { currency: string; decimalPlaces: number; value: number };
    }
    Index
    broadcaster: { id: string; login: string; name: string }
    charity: { logo: string; name: string; website: string }
    currentAmount: { currency: string; decimalPlaces: number; value: number }
    id: string
    targetAmount: { currency: string; decimalPlaces: number; value: number }