Interface: APIStatement
Defined in: particiapp-web-client.js:38
Represents a statement JSON Object returned by the Particiapi server.
Properties
id
id: number;
Defined in: particiapp-web-client.js:41
is_meta
is_meta: boolean;
Defined in: particiapp-web-client.js:42
is_seed
is_seed: boolean;
Defined in: particiapp-web-client.js:43
text
text: string;
Defined in: particiapp-web-client.js:40