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

6 lines
71 B
TypeScript

export enum AnswerType {
YES = 'YES',
NO = 'NO',
MAYBE = 'MAYBE',
}