feat: SW-276 Implemented Guests and rooms picker
This commit is contained in:
@@ -26,7 +26,6 @@ export const bookingWidgetSchema = z.object({
|
||||
),
|
||||
redemption: z.boolean().default(false),
|
||||
rooms: z.array(
|
||||
// This will be updated when working in guests component
|
||||
z.object({
|
||||
adults: z.number().default(1),
|
||||
children: z.array(
|
||||
|
||||
Reference in New Issue
Block a user