@bentoapp/types
v2.0.1
Published
Common types used by Bento JavaScript SDKs
Downloads
885
Keywords
Readme
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 --dev
Usage
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";