Setup

@wix/table-reservations
Version 1.0.198
Published Today

To use the ReservationLocations API, install the @wix/table-reservations package using npm or Yarn:

Copy
npm install @wix/table-reservations

or

Copy
yarn add @wix/table-reservations

Then import { reservationLocations } from @wix/table-reservations:

Copy
import { reservationLocations } from "@wix/table-reservations";
Did this help?