exampleData: {
    act_id: string;
    branch: {
        short_name: string;
    };
    coop: {
        city: string;
        is_branched: boolean;
    };
    decision: {
        id: string;
    };
    meta: {
        created_at: string;
    };
    program: {
        name: string;
    };
    receiver: {
        first_name: string;
        last_name: string;
        middle_name: string;
    };
    request: {
        currency: string;
        hash: string;
        title: string;
        total_cost: string;
        unit_cost: string;
        unit_of_measurement: string;
        units: 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;
    }
    • short_name: string
  • coop: {
        city: string;
        is_branched: boolean;
    }
    • city: string
    • is_branched: boolean
  • decision: {
        id: string;
    }
    • id: string
  • meta: {
        created_at: string;
    }
    • created_at: string
  • program: {
        name: string;
    }
    • name: string
  • receiver: {
        first_name: string;
        last_name: string;
        middle_name: string;
    }
    • first_name: string
    • last_name: string
    • middle_name: string
  • request: {
        currency: string;
        hash: string;
        title: string;
        total_cost: string;
        unit_cost: string;
        unit_of_measurement: string;
        units: string;
    }
    • currency: string
    • hash: string
    • title: string
    • total_cost: string
    • unit_cost: string
    • unit_of_measurement: string
    • units: string
  • user: {
        full_name_or_short_name: string;
    }
    • full_name_or_short_name: string
  • vars: {
        full_abbr: string;
        full_abbr_genitive: string;
        name: string;
    }
    • full_abbr: string
    • full_abbr_genitive: string
    • name: string