6 lines
86 B
TypeScript
6 lines
86 B
TypeScript
export enum EnterDetailsStepEnum {
|
|
selectBed = 0,
|
|
breakfast = 1,
|
|
details = 2,
|
|
}
|