Skip to content
Sign In

bkper-gs

GitHub

Summary

This package contains Typescript definitions for BkperApp

Instalation

1) Add the package:

npm i -S @bkper/bkper-gs-types

or

yarn add --dev @bkper/bkper-gs-types

2) Configure tsconfig.json:

{
"compilerOptions": {
"typeRoots" : ["node_modules/@bkper", "node_modules/@types" ]
}
}

Learn more about @types, typeRoots and types

Details

Generated using clasp-types