feat: breakfast choice
This commit is contained in:
4
types/enums/breakfast.ts
Normal file
4
types/enums/breakfast.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export enum breakfastEnum {
|
||||
BREAKFAST = "BREAKFAST",
|
||||
NO_BREAKFAST = "NO_BREAKFAST",
|
||||
}
|
||||
Reference in New Issue
Block a user