nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
VotingOutcome
Interface VotingOutcome
Result of a voting strategy calculation.
interface
VotingOutcome
{
approved
:
boolean
;
approvalPercentage
:
number
;
voteCounts
:
VoteCounts
;
weightedCounts
?:
WeightedVoteCounts
;
reason
:
string
;
}
Index
Properties
approved
approval
Percentage
vote
Counts
weighted
Counts?
reason
Properties
approved
approved
:
boolean
approval
Percentage
approvalPercentage
:
number
vote
Counts
voteCounts
:
VoteCounts
Optional
weighted
Counts
weightedCounts
?:
WeightedVoteCounts
reason
reason
:
string
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
approved
approval
Percentage
vote
Counts
weighted
Counts
reason
GitHub
npm
nexus-agents - v2.80.0
Loading...
Result of a voting strategy calculation.