cooptypes - v2026.4.27-2
    Preparing search index...

    Интерфейс ответа с голосованием

    interface IAnswer {
        id: string;
        number: string;
        vote: "for" | "against" | "abstained";
    }
    Index

    Properties

    Properties

    id: string
    number: string
    vote: "for" | "against" | "abstained"