feat: make steps of enter details flow dynamic depending on data
This commit is contained in:
6
types/enums/step.ts
Normal file
6
types/enums/step.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export enum StepEnum {
|
||||
selectBed = "select-bed",
|
||||
breakfast = "breakfast",
|
||||
details = "details",
|
||||
payment = "payment",
|
||||
}
|
||||
Reference in New Issue
Block a user