chore: create a IntroSectionProps type

This commit is contained in:
Chuma McPhoy
2024-07-08 12:36:38 +02:00
parent 295e009e77
commit aff27f64a7
4 changed files with 26 additions and 15 deletions

View File

@@ -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"]