Files
web/types/enums/breakfast.ts
2024-10-08 09:59:48 +02:00

5 lines
90 B
TypeScript

export enum breakfastEnum {
BREAKFAST = "BREAKFAST",
NO_BREAKFAST = "NO_BREAKFAST",
}