To use the ReservationLocations API, install the @wix/table-reservations
package.
To install the package, follow the instructions below based on your development environment.
When developing with:
npm install @wix/table-reservations
or
yarn add @wix/table-reservations
When developing CLI or self-hosted Wix apps, as well as headless apps or sites, run the following command:
npm install @wix/table-reservations
or
yarn add @wix/table-reservations
To import the package in your code:
import { reservationLocations } from "@wix/table-reservations";