cooptypes - v2026.4.27-2
    Preparing search index...
    exampleData: {
        act_id: string;
        branch: { short_name: string };
        coop: { city: string; is_branched: boolean };
        decision: { id: string };
        meta: { created_at: string };
        order_date: string;
        program: { name: string };
        request: {
            currency: string;
            hash: string;
            title: string;
            total_cost: string;
            total_cost_string: string;
            unit_cost: string;
            unit_of_measurement: string;
            units: string;
        };
        transmitter: { first_name: string; last_name: string; middle_name: string };
        user: { full_name_or_short_name: string };
        vars: { full_abbr: string; full_abbr_genitive: string; name: string };
    } = ...

    Type Declaration

    • act_id: string
    • branch: { short_name: string }
    • coop: { city: string; is_branched: boolean }
    • decision: { id: string }
    • meta: { created_at: string }
    • order_date: string
    • program: { name: string }
    • request: {
          currency: string;
          hash: string;
          title: string;
          total_cost: string;
          total_cost_string: string;
          unit_cost: string;
          unit_of_measurement: string;
          units: string;
      }
    • transmitter: { first_name: string; last_name: string; middle_name: string }
    • user: { full_name_or_short_name: string }
    • vars: { full_abbr: string; full_abbr_genitive: string; name: string }