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
feat(models): union types for properties of enum like union strings and numbers
example GitHub Blob `encoding: any` is now `'utf-8' | 'base64'`
and its TS quard is `['utf-8', 'base64'].includes(arg.encoding)` instead of "any" check
0 commit comments