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

    Interface IVotingData

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

    Properties

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