feat(SW-717) fixed type error after rebase
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { RoomsAvailability } from "@/server/routers/hotels/output"
|
||||
import type { RoomsAvailability } from "@/types/trpc/routers/hotel/roomAvailability"
|
||||
|
||||
export function combineRoomAvailabilities({
|
||||
availabilityResults,
|
||||
|
||||
@@ -2,7 +2,6 @@ import type { Lang } from "@/constants/languages"
|
||||
import type { Child } from "./selectRate"
|
||||
|
||||
export interface HotelInfoCardProps {
|
||||
adultCount: number
|
||||
adultArray: number[]
|
||||
childArray?: Child[]
|
||||
fromDate: Date
|
||||
|
||||
@@ -2,7 +2,6 @@ import type { Lang } from "@/constants/languages"
|
||||
import type { Child } from "./selectRate"
|
||||
|
||||
export interface RoomsContainerProps {
|
||||
adultCount: number
|
||||
adultArray: number[]
|
||||
childArray?: Child[]
|
||||
fromDate: Date
|
||||
|
||||
Reference in New Issue
Block a user