Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 946 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 946 Bytes

Summary

This package contains Typescript definitions for the Bkper REST API.

npm (scoped)

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-types

or

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

2) Configure tsconfig.json:

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

Learn more about @types, typeRoots and types