bkper-api-types
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
Installation
1) Add the package:
bun add -d @bkper/bkper-api-typesnpm i -S @bkper/bkper-api-typespnpm add -D @bkper/bkper-api-typesyarn add --dev @bkper/bkper-api-types2) Configure tsconfig.json:
{ "compilerOptions": { "typeRoots" : ["node_modules/@bkper", "node_modules/@types" ] }}Learn more about @types, typeRoots and types