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
- Remove unused ParameterData import from data-type.ts
- Fix member delimiter style (use commas not semicolons) in data-type.ts
- Change ParserOptions type annotations to type assertions for partial objects
- Add non-null assertions for optional collation property access
- Use 'as unknown as' pattern for ColumnMetadata[] and Message casts
- Fix Message import (default export, not named export)
0 commit comments