cooptypes - v2026.4.27-2
    Preparing search index...
    interface ISubmitVote {
        coopname: string;
        project_hash: string;
        voter: string;
        votes: IVoteInput[];
    }
    Index

    Properties

    coopname: string
    project_hash: string
    voter: string
    votes: IVoteInput[]