Files
web/types/enums/breakfast.ts
2024-10-29 15:39:21 +01:00

6 lines
134 B
TypeScript

export enum BreakfastPackageEnum {
FREE_MEMBER_BREAKFAST = "BRF0",
REGULAR_BREAKFAST = "BRF1",
NO_BREAKFAST = "NO_BREAKFAST",
}