Type Alias VotingInfoResponse

VotingInfoResponse: {
    current_ballot?: BallotListResponseEnum;
    current_proposals?: string[];
    remaining_proposals?: number;
    voting_power?: string;
}