import{EasyBill}from'easybill'constSecret=process.env.Secret;constconfig={secret : Secret}constclient=EasyBill.use(config);constdocuments=awaitclient.findDocuments();Install the development dependencies.
npm installStart the ts-node-dev instance.
npm run devTo regenerate / update the API types.
npm run generate:types