Torn API Client
    Preparing search index...

    Type Alias ForumPollVote

    type ForumPollVote = {
        answer: string;
        votes: number;
    }
    Index

    Properties

    Properties

    answer: string
    votes: number