Setup

@wix/table-reservations
Version 1.0.198
Published Today

To use the Reservations 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 { reservations } from @wix/table-reservations:

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