You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this package for a work project to handle customer subscriptions using ChargeBee. I find there are way too many anys and loose typings that make this package neither easy to use nor inline with TypeScript best practices...
For example, callbacks should not have the type any, as the following is apparently valid according to your types:
I'd like to see strict: true enabled in the tsconfig.json configuration's compiler options to make this library more developer friendly...
Also, some methods/schemas to validate the incoming data within our webhook event handlers would be really helpful... May I recommend setting up some Zod schemas?
Kind Regards,
-Alex
The text was updated successfully, but these errors were encountered:
Hi there,
I'm trying to use this package for a work project to handle customer subscriptions using ChargeBee. I find there are way too many
any
s and loose typings that make this package neither easy to use nor inline with TypeScript best practices...For example, callbacks should not have the type
any
, as the following is apparently valid according to your types:I'd like to see
strict: true
enabled in thetsconfig.json
configuration's compiler options to make this library more developer friendly...Also, some methods/schemas to validate the incoming data within our webhook event handlers would be really helpful... May I recommend setting up some Zod schemas?
Kind Regards,
-Alex
The text was updated successfully, but these errors were encountered: