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

    Interface IVars

    interface IVars {
        blagorost_offer_template?: {
            protocol_day_month_year: string;
            protocol_number: string;
        };
        blagorost_program?: {
            protocol_day_month_year: string;
            protocol_number: string;
        };
        block_num?: number;
        confidential_email: string;
        confidential_link: string;
        contact_email: string;
        coopenomics_agreement?: {
            protocol_day_month_year: string;
            protocol_number: string;
        };
        coopname: string;
        deleted?: boolean;
        full_abbr: string;
        full_abbr_dative: string;
        full_abbr_genitive: string;
        generation_contract_template?: {
            protocol_day_month_year: string;
            protocol_number: string;
        };
        generator_offer_template?: {
            protocol_day_month_year: string;
            protocol_number: string;
        };
        generator_program?: {
            protocol_day_month_year: string;
            protocol_number: string;
        };
        name: string;
        participant_application?: {
            protocol_day_month_year: string;
            protocol_number: string;
        };
        passport_request: "yes"
        | "no";
        privacy_agreement?: {
            protocol_day_month_year: string;
            protocol_number: string;
        };
        short_abbr: string;
        signature_agreement?: {
            protocol_day_month_year: string;
            protocol_number: string;
        };
        user_agreement?: {
            protocol_day_month_year: string;
            protocol_number: string;
        };
        wallet_agreement?: {
            protocol_day_month_year: string;
            protocol_number: string;
        };
        website: string;
    }
    Index

    Properties

    blagorost_offer_template?: {
        protocol_day_month_year: string;
        protocol_number: string;
    }
    blagorost_program?: { protocol_day_month_year: string; protocol_number: string }
    block_num?: number
    confidential_email: string
    confidential_link: string
    contact_email: string
    coopenomics_agreement?: {
        protocol_day_month_year: string;
        protocol_number: string;
    }
    coopname: string
    deleted?: boolean
    full_abbr: string
    full_abbr_dative: string
    full_abbr_genitive: string
    generation_contract_template?: {
        protocol_day_month_year: string;
        protocol_number: string;
    }
    generator_offer_template?: {
        protocol_day_month_year: string;
        protocol_number: string;
    }
    generator_program?: { protocol_day_month_year: string; protocol_number: string }
    name: string
    participant_application?: {
        protocol_day_month_year: string;
        protocol_number: string;
    }
    passport_request: "yes" | "no"
    privacy_agreement?: { protocol_day_month_year: string; protocol_number: string }
    short_abbr: string
    signature_agreement?: {
        protocol_day_month_year: string;
        protocol_number: string;
    }
    user_agreement?: { protocol_day_month_year: string; protocol_number: string }
    wallet_agreement?: { protocol_day_month_year: string; protocol_number: string }
    website: string