useresponse
    Preparing search index...

    Interface Vote

    interface Vote {
        amount?: number;
        canVote?: boolean;
        isVoted?: boolean;
        plural?: string;
    }
    Index

    Properties

    amount?: number
    canVote?: boolean
    isVoted?: boolean
    plural?: string