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
Fixes TypeScript exports for model classes to be type-only exports. This prevents runtime errors when attempting to use these classes with instanceof or as constructors, since they are not actually exported as JavaScript values from the package. Users can still use these types for type annotations. (closes #456)