cooptypes - v2026.4.27-2
    Preparing search index...
    exampleData: {
        appendix_hash: string;
        appendix_short_hash: string;
        blagorost_wallet_amount: string;
        common_user: {
            email: string;
            full_name_or_short_name: string;
            phone: string;
        };
        contributor_contract_created_at: string;
        contributor_contract_number: string;
        coop: {
            chairman: {
                first_name: string;
                last_name: string;
                middle_name: string;
            };
            city: string;
            short_name: string;
        };
        main_wallet_amount: string;
        meta: { created_at: string };
        project_hash: string;
        project_short_hash: string;
        to_blagorost: boolean;
        to_wallet: boolean;
        vars: { full_abbr_genitive: string; name: string; short_abbr: string };
    } = ...

    Type Declaration

    • appendix_hash: string
    • appendix_short_hash: string
    • blagorost_wallet_amount: string
    • common_user: { email: string; full_name_or_short_name: string; phone: string }
    • contributor_contract_created_at: string
    • contributor_contract_number: string
    • coop: {
          chairman: { first_name: string; last_name: string; middle_name: string };
          city: string;
          short_name: string;
      }
    • main_wallet_amount: string
    • meta: { created_at: string }
    • project_hash: string
    • project_short_hash: string
    • to_blagorost: boolean
    • to_wallet: boolean
    • vars: { full_abbr_genitive: string; name: string; short_abbr: string }