funky-framadate-front/src/app/core/enums/poll-type.enum.ts

5 lines
65 B
TypeScript

export enum PollType {
CLASSIC = 'CLASSIC',
DATES = 'DATES',
}