fix: handle children in enter details
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import { BedTypeEnum } from "../../bookingWidget/enums"
|
||||
|
||||
interface Child {
|
||||
bed: string
|
||||
bed: BedTypeEnum
|
||||
age: number
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
import { Product, RoomConfiguration } from "@/server/routers/hotels/output"
|
||||
|
||||
import { BedTypeEnum } from "../../bookingWidget/enums"
|
||||
|
||||
export interface Child {
|
||||
bed: string
|
||||
bed: BedTypeEnum
|
||||
age: number
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user