Variable exampleDataConst
exampleData: {
commonUser: { full_name_or_short_name: string };
coop: { city: string };
meta: { convert_amount: string; created_at: string };
vars: { full_abbr_genitive: string; name: string };
} = ...
Type Declaration
commonUser: { full_name_or_short_name: string }
coop: { city: string }
vars: { full_abbr_genitive: string; name: string }