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
Previously DuffelError was exported as both the types and the object. This led to a naming conflict and caused `DuffelError` to not be importable through `@duffel/api`.
To fix that, we will move this class out of `ClientType`, so that it can be imported as both a value and a type.
0 commit comments