chore: create a IntroSectionProps type
This commit is contained in:
@@ -6,3 +6,5 @@ export type HotelData = z.infer<typeof getHotelDataSchema>
|
||||
|
||||
export type HotelAddress = HotelData["data"]["attributes"]["address"]
|
||||
export type HotelLocation = HotelData["data"]["attributes"]["location"]
|
||||
export type HotelTripAdvisor =
|
||||
HotelData["data"]["attributes"]["ratings"]["tripAdvisor"]
|
||||
|
||||
Reference in New Issue
Block a user