Common types used by Bento JavaScript SDKs.
Simply run the command below:
npm install @bentoapp/types --save-dev
# OR yarn add @bentoapp/types --dev
Right after installing it, you should be able to see the global type definitions when working with window.Bento
or window.bentoSettings
.
Additionally, you can manually import specific types you might want to reference inside your App, just like this:
import { BentoSettings } from "@bentoapp/types";