Result returned after toggling an upvote on a feature request.
const voteResult: VoteResult = { voted: true, voteCount: 15,}; Copy
const voteResult: VoteResult = { voted: true, voteCount: 15,};
Updated total vote count for the feature request.
True if the vote was added; false if previously active vote was removed.
Result returned after toggling an upvote on a feature request.
Example