chargebee / chargebee-typescript

Typescript library for the Chargebee API.
https://apidocs.chargebee.com/docs/api?lang=typescript
MIT License
23 stars 16 forks source link

Fix issue in filter enum interface #4

Closed ioncache closed 3 years ago

ioncache commented 4 years ago

Fix issue in filter enum interface where in & not_in were defined as [any] instead of Array<any>

Fixes #5