KristaHyer
Results
1
comments of
KristaHyer
I worked around this by changing the imports to be like so: ``` import type IDBSQLSession from "@databricks/sql/dist/contracts/IDBSQLSession.d.ts"; import type IOperation from "@databricks/sql/dist/contracts/IOperation.d.ts"; ``` Also where the types were used...