Docs

VoteType

enum VoteType {
Abstain,
Against,
For,
}

Abstain

2;

Against

0;

For

1;