cooptypes - v2026.4.27-2
    Preparing search index...
    exampleData: {
        blagorost_agreement_created_at: string;
        blagorost_agreement_number: string;
        common_user: { full_name_or_short_name: string };
        component_name: string;
        contributor_contract_created_at: string;
        contributor_contract_number: string;
        coop: {
            chairman: {
                first_name: string;
                last_name: string;
                middle_name: string;
            };
            city: string;
            full_address: string;
        };
        decision: {
            date: string;
            id: string;
            time: string;
            voters_percent: string;
            votes_abstained: string;
            votes_against: string;
            votes_for: string;
        };
        member: {
            first_name: string;
            is_chairman: string;
            last_name: string;
            middle_name: string;
        };
        meta: { created_at: string };
        percent_of_result: string;
        project_name: string;
        result_hash: string;
        result_short_hash: string;
        total_amount: string;
        vars: { full_abbr_genitive: string; name: string };
    } = ...

    Type Declaration

    • blagorost_agreement_created_at: string
    • blagorost_agreement_number: string
    • common_user: { full_name_or_short_name: string }
    • component_name: string
    • contributor_contract_created_at: string
    • contributor_contract_number: string
    • coop: {
          chairman: { first_name: string; last_name: string; middle_name: string };
          city: string;
          full_address: string;
      }
    • decision: {
          date: string;
          id: string;
          time: string;
          voters_percent: string;
          votes_abstained: string;
          votes_against: string;
          votes_for: string;
      }
    • member: {
          first_name: string;
          is_chairman: string;
          last_name: string;
          middle_name: string;
      }
    • meta: { created_at: string }
    • percent_of_result: string
    • project_name: string
    • result_hash: string
    • result_short_hash: string
    • total_amount: string
    • vars: { full_abbr_genitive: string; name: string }