fix: add hotel header to enter details flow
This commit is contained in:
@@ -3,5 +3,5 @@ import type { RouterOutput } from "@/lib/trpc/client"
|
||||
type HotelDataGet = RouterOutput["hotel"]["hotelData"]["get"]
|
||||
|
||||
export interface HotelHeaderProps {
|
||||
hotel: NonNullable<HotelDataGet>["data"]["attributes"]
|
||||
hotelData: NonNullable<HotelDataGet>
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export type ToggleSidePeekProps = {
|
||||
hotelId: string
|
||||
roomTypeCode: string
|
||||
roomTypeCode?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user