@orangecheck/vote-react / TallyResponse
Interface: TallyResponse
Defined in: types.ts:10
Properties
| Property | Type | Defined in |
|---|---|---|
<a id="property-ballot_count"></a> ballot_count? | number | types.ts:21 |
<a id="property-creator"></a> creator? | string | types.ts:14 |
<a id="property-deadline"></a> deadline? | string | types.ts:15 |
<a id="property-error"></a> error? | string | types.ts:23 |
<a id="property-mode"></a> mode? | "public" | "secret" | types.ts:17 |
<a id="property-poll_id"></a> poll_id | string | types.ts:11 |
<a id="property-question"></a> question? | string | types.ts:13 |
<a id="property-reveal_published"></a> reveal_published? | boolean | types.ts:22 |
<a id="property-snapshot_block"></a> snapshot_block? | number | types.ts:18 |
<a id="property-state"></a> state | "tallied" | "awaiting_reveal" | types.ts:12 |
<a id="property-tallies"></a> tallies? | Record<string, number> | types.ts:20 |
<a id="property-turnout"></a> turnout? | TallyTurnout | types.ts:19 |
<a id="property-weight_mode"></a> weight_mode? | string | types.ts:16 |