feat: add hotel image
This commit is contained in:
@@ -48,7 +48,7 @@ export const getStaysSchema = z.object({
|
||||
}),
|
||||
}),
|
||||
hotelName: z.string(),
|
||||
cityName: z.string(),
|
||||
cityName: z.string().nullable(),
|
||||
}),
|
||||
confirmationNumber: z.string(),
|
||||
checkinDate: z.string(),
|
||||
|
||||
Reference in New Issue
Block a user