Skip to content

Commit 94c685b

Browse files
committed
chore: fix build
1 parent fe018bb commit 94c685b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

platforms/eVoting/src/lib/pollApi.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ export interface PollResults {
121121
results: PollResultOption[];
122122
irvDetails?: IRVDetails;
123123
voterDetails?: VoterDetail[];
124+
pointsVoted?: number;
125+
totalEligiblePoints?: number;
124126
}
125127

126128
export interface BlindVoteOptionResult {

0 commit comments

Comments
 (0)