cooptypes - v2026.8.22-3
    Preparing search index...

    Решения собраний пайщиков кооперативных участков.

    interface IDecision {
        address: string;
        authority: Interfaces.Branch.IDocument2;
        authorization: Interfaces.Branch.IDocument2;
        braname: string;
        chairman: string;
        close_at: string;
        coopname: string;
        created_at: string;
        hash: string;
        id: Interfaces.Branch.IUint64;
        initiator: string;
        liability: Interfaces.Branch.IDocument2;
        open_at: string;
        participants: string[];
        petition: Interfaces.Branch.IDocument2;
        proposal: Interfaces.Branch.IDocument2;
        protocol: Interfaces.Branch.IDocument2;
        signed_ballots: Interfaces.Branch.IUint64;
        status: string;
        type: string;
    }
    Index

    Properties

    address: string
    braname: string
    chairman: string
    close_at: string
    coopname: string
    created_at: string
    hash: string
    initiator: string
    open_at: string
    participants: string[]
    signed_ballots: Interfaces.Branch.IUint64
    status: string
    type: string