wahlrecht-frontend/src/app/elections/model/voting-threshold.ts

6 lines
56 B
TypeScript

export enum VotingThreshold {
NONE,
THREE,
FIVE
}