Interface: APIResult
Defined in: particiapp-web-client.js:47
The APIResult type represents a result JSON Object returned by the Particiapi server.
Properties
statement_id
statement_id: number;
Defined in: particiapp-web-client.js:49
statement_text
statement_text: string;
Defined in: particiapp-web-client.js:50
value
value: number;
Defined in: particiapp-web-client.js:51