Variable exampleDataConst
exampleData: {
chairman_full_name: string;
close_at_datetime: string;
coop: { city: string };
current_quorum_percent: number;
meta: { created_at: string };
open_at_datetime: string;
protocol_number: string;
questions: {
context: string;
counter_votes_abstained: string;
counter_votes_against: string;
counter_votes_for: string;
decision: string;
is_accepted: boolean;
number: string;
title: string;
votes_abstained_percent: number;
votes_against_percent: number;
votes_for_percent: number;
}[];
vars: { full_abbr_genitive: string; name: string };
} = ...
Type Declaration
chairman_full_name: string
close_at_datetime: string
coop: { city: string }
current_quorum_percent: number
open_at_datetime: string
protocol_number: string
questions: {
context: string;
counter_votes_abstained: string;
counter_votes_against: string;
counter_votes_for: string;
decision: string;
is_accepted: boolean;
number: string;
title: string;
votes_abstained_percent: number;
votes_against_percent: number;
votes_for_percent: number;
}[]
vars: { full_abbr_genitive: string; name: string }