import { EasyBill } from 'easybill'
const Secret = process.env.Secret;
const config = {
secret : Secret
}
const client = EasyBill
.use(config);
const documents = await
client.findDocuments();
Install the development dependencies.
npm install
Start the ts-node-dev
instance.
npm run dev
To regenerate / update the API types.
npm run generate:types