Таблица содержит переводы черновиков документов.

interface IOutput {
    context: string;
    coopname: string;
    counter_votes_abstained: IUint64;
    counter_votes_against: IUint64;
    counter_votes_for: IUint64;
    decision: string;
    id: IUint64;
    meet_id: IUint64;
    number: IUint64;
    title: string;
    voters_abstained: string[];
    voters_against: string[];
    voters_for: string[];
}

Properties

context: string
coopname: string
counter_votes_abstained: IUint64
counter_votes_against: IUint64
counter_votes_for: IUint64
decision: string
id: IUint64
meet_id: IUint64
number: IUint64
title: string
voters_abstained: string[]
voters_against: string[]
voters_for: string[]