Interface DonationAlertsPollOptionJson

Represents an option in a Donation Alerts poll event as a plain JavaScript object.

interface DonationAlertsPollOptionJson {
    amountPercent: number;
    amountValue: number;
    id: number;
    isWinner: boolean;
    title: string;
}

Properties

amountPercent: number
amountValue: number
id: number
isWinner: boolean
title: string