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({
|
export function combineRoomAvailabilities({
|
||||||
availabilityResults,
|
availabilityResults,
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ import type { Lang } from "@/constants/languages"
|
|||||||
import type { Child } from "./selectRate"
|
import type { Child } from "./selectRate"
|
||||||
|
|
||||||
export interface HotelInfoCardProps {
|
export interface HotelInfoCardProps {
|
||||||
adultCount: number
|
|
||||||
adultArray: number[]
|
adultArray: number[]
|
||||||
childArray?: Child[]
|
childArray?: Child[]
|
||||||
fromDate: Date
|
fromDate: Date
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ import type { Lang } from "@/constants/languages"
|
|||||||
import type { Child } from "./selectRate"
|
import type { Child } from "./selectRate"
|
||||||
|
|
||||||
export interface RoomsContainerProps {
|
export interface RoomsContainerProps {
|
||||||
adultCount: number
|
|
||||||
adultArray: number[]
|
adultArray: number[]
|
||||||
childArray?: Child[]
|
childArray?: Child[]
|
||||||
fromDate: Date
|
fromDate: Date
|
||||||
|
|||||||
Reference in New Issue
Block a user