Torn API Client
    Preparing search index...

    Type Alias ForumPoll

    type ForumPoll = {
        answers: ForumPollVote[];
        answers_count: number;
        question: string;
    }
    Index

    Properties

    answers: ForumPollVote[]
    answers_count: number
    question: string