fix: type issue
This commit is contained in:
@@ -76,7 +76,7 @@ export const getRoomAvailability = cache(
|
|||||||
adults: number
|
adults: number
|
||||||
roomStayStartDate: string
|
roomStayStartDate: string
|
||||||
roomStayEndDate: string
|
roomStayEndDate: string
|
||||||
children?: number
|
children?: string
|
||||||
promotionCode?: string
|
promotionCode?: string
|
||||||
rateCode?: string
|
rateCode?: string
|
||||||
}) {
|
}) {
|
||||||
|
|||||||
Reference in New Issue
Block a user