trieb-work / zoho-ts

Zoho Inventory, Invoice and Books Typescript library with several predefined functions
Apache License 2.0
13 stars 5 forks source link

Make use of partial, pick or extend in Typescript #1

Closed JannikZed closed 1 year ago

JannikZed commented 3 years ago

The types of the API is "selfmade" - and we are repeating ourselves a lot in order to GET, or UPDATE data. - types are optional or mandatory. We can enhance that!