rapidjs / rapid.js

An ORM-like Interface and a Router For Your API Requests
https://rapidjs.drewjbartlett.com
710 stars 45 forks source link

import statement for AxiosInstance is missing in definition file #31

Closed mgred closed 6 years ago

mgred commented 6 years ago

When using rapid.js with TypeScript the compiler alerts about a missing name in the definition file.

Reproduce:

tsc index.d.ts
index.d.ts(80,10): error TS2304: Cannot find name 'AxiosInstance'.
drewjbartlett commented 6 years ago

Ah, thank you for catching this!