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
This cast method is intended to be an internal method for casting an API response into a Resource. There shouldn't be any need to invoke it directly. What is your use case for making use of the cast method directly?
Describe the bug
I am trying to cast on subscription
recurly.Subscription.cast(...)
but getting following error:Property 'cast' does not exist on type 'typeof Subscription'.
Expected behavior
Should be no typescript errors
Your Environment
3.18.0
The text was updated successfully, but these errors were encountered: