feat(SW-718) updates after PR comments
This commit is contained in:
@@ -19,7 +19,8 @@ export type FlexibilityOptionProps = {
|
||||
priceInformation?: Array<string>
|
||||
roomTypeCode: RoomConfiguration["roomTypeCode"]
|
||||
petRoomPackage: RoomPackage | undefined
|
||||
roomListIndex: number
|
||||
isSelected: boolean
|
||||
onSelect: () => void
|
||||
}
|
||||
|
||||
export interface PriceListProps {
|
||||
|
||||
@@ -21,7 +21,7 @@ export interface RoomFilterProps {
|
||||
numberOfRooms: number
|
||||
onFilter: (filter: Record<string, boolean | undefined>) => void
|
||||
filterOptions: DefaultFilterOptions[]
|
||||
roomListIndex: number
|
||||
initialFilterValues: FilterValues
|
||||
}
|
||||
|
||||
export type RoomPackage = z.output<typeof packagesSchema>
|
||||
|
||||
@@ -8,7 +8,7 @@ import type {
|
||||
RoomPackageData,
|
||||
} from "./roomFilter"
|
||||
|
||||
export interface RoomListProps {
|
||||
export interface RoomTypeListProps {
|
||||
roomsAvailability: RoomsAvailability
|
||||
roomCategories: RoomData[]
|
||||
availablePackages: RoomPackageData | undefined
|
||||
|
||||
Reference in New Issue
Block a user