3.36.0 • Published 12 months ago
@bkper/bkper-gs-types v3.36.0
Summary
This package contains Typescript definitions for BkperApp
Instalation
1) Add the package:
npm i -S @bkper/bkper-gs-typesor
yarn add --dev @bkper/bkper-gs-types2) Configure tsconfig.json:
{
"compilerOptions": {
"typeRoots" : ["node_modules/@bkper", "node_modules/@types" ]
}
}Learn more about @types, typeRoots and types
Details
Generated using clasp-types