feat(SW-1452): Added filtering and sorting to destination city pages * feat(SW-1452): Added filtering and sorting to destination city pages * feat(SW-1452): Added temporary component for country pages to avoid Context issues Approved-by: Matilda Landström
4 lines
134 B
TypeScript
4 lines
134 B
TypeScript
import type { createHotelDataStore } from "@/stores/hotel-data"
|
|
|
|
export type HotelDataStore = ReturnType<typeof createHotelDataStore>
|