Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

195 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Installation

1) Add the package:

npm i -S @bkper/bkper-api-types
bun add -d @bkper/bkper-api-types
pnpm add -D @bkper/bkper-api-types
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

About

Typescript definitions for the Bkper REST API

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors