feat/SW-843-UI-hotel-card-select-hotel (pull request #887)
Approved-by: Pontus Dreij Approved-by: Niclas Edenvin
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import type { HotelsAvailabilityPrices } from "@/server/routers/hotels/output"
|
||||
|
||||
export type HotelPriceListProps = {
|
||||
price: HotelsAvailabilityPrices
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
import { Hotel } from "@/types/hotel"
|
||||
|
||||
export type HotelLogoProps = {
|
||||
hotelId: Hotel["operaId"]
|
||||
hotelType: Hotel["hotelType"]
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
export type PriceCardProps = {
|
||||
currency: string
|
||||
memberAmount?: string | undefined
|
||||
regularAmount?: string | undefined
|
||||
}
|
||||
3
types/components/hotelReservation/tripAdvisorProps.ts
Normal file
3
types/components/hotelReservation/tripAdvisorProps.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export type TripAdvisorProps = {
|
||||
rating: number
|
||||
}
|
||||
Reference in New Issue
Block a user