feat(SW-189): added static map to hotel page
This commit is contained in:
@@ -283,7 +283,7 @@ const parkingPricingSchema = z.object({
|
||||
const parkingSchema = z.object({
|
||||
type: z.string(),
|
||||
name: z.string(),
|
||||
address: z.string(),
|
||||
address: z.string().optional(),
|
||||
numberOfParkingSpots: z.number().optional(),
|
||||
numberOfChargingSpaces: z.number().optional(),
|
||||
distanceToHotel: z.number(),
|
||||
|
||||
Reference in New Issue
Block a user