Variable exampleDataConst
exampleData: {
blagorost_agreement_created_at: string;
blagorost_agreement_number: string;
common_user: { full_name_or_short_name: string };
contributor_contract_created_at: string;
contributor_contract_number: string;
coop: {
chairman: {
first_name: string;
last_name: string;
middle_name: string;
};
city: string;
};
decision: { date: string; id: string };
meta: { created_at: string };
percent_of_result: string;
result_act_short_hash: string;
result_hash: string;
total_amount: string;
vars: { full_abbr: string; name: string; short_abbr: string };
} = ...
Type Declaration
blagorost_agreement_created_at: string
blagorost_agreement_number: string
common_user: { full_name_or_short_name: string }
contributor_contract_created_at: string
contributor_contract_number: string
coop: {
chairman: { first_name: string; last_name: string; middle_name: string };
city: string;
}
decision: { date: string; id: string }
percent_of_result: string
result_act_short_hash: string
result_hash: string
total_amount: string
vars: { full_abbr: string; name: string; short_abbr: string }