interface IVotingData {
    amounts: IVotingAmounts;
    authors_voting_percent: number;
    creators_voting_percent: number;
    total_voters: number;
    votes_received: number;
    voting_deadline: string;
}

Properties

authors_voting_percent: number
creators_voting_percent: number
total_voters: number
votes_received: number
voting_deadline: string