Variable exampleDataConst
exampleData: {
amount: string;
common_user: {
email: string;
full_name_or_short_name: string;
phone: string;
};
contributor_contract_created_at: string;
contributor_contract_number: string;
generator_agreement_created_at: string;
generator_agreement_number: string;
meta: { created_at: string };
project_hash: string;
vars: { full_abbr: string; full_abbr_genitive: string; name: string };
} = ...
Type Declaration
amount: string
common_user: { email: string; full_name_or_short_name: string; phone: string }
contributor_contract_created_at: string
contributor_contract_number: string
generator_agreement_created_at: string
generator_agreement_number: string
project_hash: string
vars: { full_abbr: string; full_abbr_genitive: string; name: string }