fix: rename BedTypeEnums
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export enum BedTypeEnum {
|
||||
export enum ChildBedMapEnum {
|
||||
IN_ADULTS_BED = 0,
|
||||
IN_CRIB = 1,
|
||||
IN_EXTRA_BED = 2,
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
import { Product, RoomConfiguration } from "@/server/routers/hotels/output"
|
||||
|
||||
import { BedTypeEnum } from "../../bookingWidget/enums"
|
||||
import { ChildBedMapEnum } from "../../bookingWidget/enums"
|
||||
|
||||
export interface Child {
|
||||
bed: BedTypeEnum
|
||||
bed: ChildBedMapEnum
|
||||
age: number
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user