mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-26 14:24:05 -06:00
6 lines
84 B
TypeScript
6 lines
84 B
TypeScript
export declare enum VoteType {
|
|
Against = 0,
|
|
For = 1,
|
|
Abstain = 2
|
|
}
|