@playlive/tiltify-core
    Preparing search index...

    Interface TiltifyPoll

    A donor poll attached to a campaign.

    interface TiltifyPoll {
        active: boolean;
        amount_raised: TiltifyAmount;
        ends_at: string | null;
        goal: TiltifyAmount;
        id: string;
        inserted_at: string;
        legacy_id: number;
        name: string;
        options: TiltifyPollOption[];
        updated_at: string;
    }
    Index
    active: boolean
    amount_raised: TiltifyAmount
    ends_at: string | null
    id: string
    inserted_at: string
    legacy_id: number
    name: string
    updated_at: string