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

    Interface IMeetExtended

    Расширенный интерфейс IMeet с полями для форматированных дат

    interface IMeetExtended {
        authorization: Interfaces.Meet.IDocument2;
        close_at: string;
        close_at_datetime: string;
        coopname: string;
        created_at: string;
        current_quorum_percent: Interfaces.Meet.IUint64;
        cycle: Interfaces.Meet.IUint64;
        decision1: Interfaces.Meet.IDocument2;
        decision2: Interfaces.Meet.IDocument2;
        hash: string;
        id: Interfaces.Meet.IUint64;
        initiator: string;
        level: string;
        notified_users: string[];
        open_at: string;
        open_at_datetime: string;
        presider: string;
        presider_full_name: string;
        proposal: Interfaces.Meet.IDocument2;
        quorum_passed: boolean;
        quorum_percent: Interfaces.Meet.IUint64;
        secretary: string;
        secretary_full_name: string;
        signed_ballots: Interfaces.Meet.IUint64;
        status: string;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    authorization: Interfaces.Meet.IDocument2
    close_at: string
    close_at_datetime: string
    coopname: string
    created_at: string
    current_quorum_percent: Interfaces.Meet.IUint64
    hash: string
    initiator: string
    level: string
    notified_users: string[]
    open_at: string
    open_at_datetime: string
    presider: string
    presider_full_name: string
    quorum_passed: boolean
    quorum_percent: Interfaces.Meet.IUint64
    secretary: string
    secretary_full_name: string
    signed_ballots: Interfaces.Meet.IUint64
    status: string
    type: string