Variable exampleDataConst
exampleData: {
coop: {
short_name: string;
};
vars: {
confidential_email: string;
confidential_link: string;
full_abbr_dative: string;
name: string;
privacy_agreement: {
protocol_day_month_year: string;
protocol_number: string;
};
short_abbr: string;
website: string;
};
} = ...
Type declaration
coop: {
short_name: string;
}
vars: {
confidential_email: string;
confidential_link: string;
full_abbr_dative: string;
name: string;
privacy_agreement: {
protocol_day_month_year: string;
protocol_number: string;
};
short_abbr: string;
website: string;
}
confidential_email: string
confidential_link: string
full_abbr_dative: string
name: string
privacy_agreement: {
protocol_day_month_year: string;
protocol_number: string;
}
protocol_day_month_year: string
protocol_number: string
short_abbr: string
website: string