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

5 lines
71 B
TypeScript

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