cooptypes - v2026.4.27-2
    Preparing search index...
    interface IInput {
        ballot: Interfaces.Meet.IDocument2;
        coopname: string;
        hash: string;
        username: string;
        votes: IVotePoint[];
    }
    Index

    Properties

    coopname: string
    hash: string
    username: string
    votes: IVotePoint[]