feat(SW-717) fixed type error after rebase

This commit is contained in:
Pontus Dreij
2025-02-07 08:44:01 +01:00
parent dcd45ee31d
commit 08ce2bc338
3 changed files with 1 additions and 3 deletions

View File

@@ -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,

View File

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

View File

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