2.0.1 • Published 2 years ago
@bentoapp/types v2.0.1
Bento SDK Types
Common types used by Bento JavaScript SDKs.
Links
Install
Simply run the command below:
npm install @bentoapp/types --save-dev
# OR yarn add @bentoapp/types --devUsage
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";