feat(SW-1012): Added possibility for multiple include params for hotels
This commit is contained in:
committed by
Fredrik Thorsson
parent
92bbfcf533
commit
05006506f0
5
types/components/hotelPage/sidepeek/restaurantBar.ts
Normal file
5
types/components/hotelPage/sidepeek/restaurantBar.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { RestaurantData } from "@/types/hotel"
|
||||
|
||||
export interface RestaurantBarSidePeekProps {
|
||||
restaurants: RestaurantData[]
|
||||
}
|
||||
Reference in New Issue
Block a user