Interface TallyResponse

interface TallyResponse {
    tally: {
        abstain: string;
        no: string;
        no_with_veto: string;
        yes: string;
    };
}

Properties

Properties

tally: {
    abstain: string;
    no: string;
    no_with_veto: string;
    yes: string;
}