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

6 lines
67 B
TypeScript

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