fix: filter out available bedtypes
This commit is contained in:
@@ -2,7 +2,7 @@ import { z } from "zod"
|
||||
|
||||
import { bedTypeSchema } from "@/components/HotelReservation/EnterDetails/BedType/schema"
|
||||
|
||||
type BedType = {
|
||||
export type BedType = {
|
||||
description: string
|
||||
size: {
|
||||
min: number
|
||||
|
||||
Reference in New Issue
Block a user