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

    Общий интерфейс для генерации/регенерации документа

    interface Action {
        block_num?: number;
        coopname: string;
        created_at?: string;
        decision_id: number;
        generator?: string;
        lang?: string;
        links?: string[];
        percent_of_result: string;
        registry_id: number;
        result_act_hash: string;
        timezone?: string;
        total_amount: string;
        username: string;
        version?: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    block_num?: number
    coopname: string
    created_at?: string
    decision_id: number
    generator?: string
    lang?: string
    links?: string[]
    percent_of_result: string
    registry_id: number
    result_act_hash: string
    timezone?: string
    total_amount: string
    username: string
    version?: string