@bkper/bkper-api-types
v5.32.0
Published
Typescript definitions for Bkper REST API
Keywords
Readme
Summary
This package contains Typescript definitions for the Bkper REST API.
The types are generated based on the Bkper Open API spec using the dtsgenerator tool.
More information at the Bkper Developer Documentation
Instalation
1) Add the package:
npm i -S @bkper/bkper-api-typesor
yarn add --dev @bkper/bkper-api-types2) Configure tsconfig.json:
{
"compilerOptions": {
"typeRoots" : ["node_modules/@bkper", "node_modules/@types" ]
}
}Learn more about @types, typeRoots and types
