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

    Interface TiltifyPollOption

    A single poll option (one of TiltifyPoll.options).

    interface TiltifyPollOption {
        amount_raised: TiltifyAmount;
        id: string;
        inserted_at: string;
        legacy_id: number;
        name: string;
        updated_at: string;
    }
    Index
    amount_raised: TiltifyAmount
    id: string
    inserted_at: string
    legacy_id: number
    name: string
    updated_at: string