Variable exampleDataConst
exampleData: {
amount: string;
appendix_created_at: string;
appendix_hash: string;
blagorost_agreement_created_at: string;
blagorost_agreement_number: string;
common_user: {
email: string;
full_name_or_short_name: string;
phone: string;
};
contributor_contract_created_at: string;
contributor_contract_number: string;
coop: { city: string };
meta: { created_at: string };
project_hash: string;
short_appendix_hash: string;
vars: { full_abbr_genitive: string; name: string };
} = ...
Type Declaration
amount: string
appendix_created_at: string
appendix_hash: string
blagorost_agreement_created_at: string
blagorost_agreement_number: string
common_user: { email: string; full_name_or_short_name: string; phone: string }
contributor_contract_created_at: string
contributor_contract_number: string
coop: { city: string }
project_hash: string
short_appendix_hash: string
vars: { full_abbr_genitive: string; name: string }