lovr-api LOVR API typescript declaration. To install, run this in the root of your project: npm i --save-dev lovr-api Then, add it into your tsconfig.json file. { "types": [ "lovr-api/lovr-api", ], }