Skip to content

trybento/types

Repository files navigation

Bento

Bento SDK Types

Common types used by Bento JavaScript SDKs.

npm version

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";