The-Commit-Company / frappe-js-sdk

TypeScript/JavaScript library for Frappe REST API
MIT License
120 stars 43 forks source link

All type generics should default to `any` if no type provided #13

Closed nikkothari22 closed 2 years ago

nikkothari22 commented 2 years ago

For users using JavaScript, or using TypeScript but not defining the types (!!), we should default all generics to any.