Module tedious has no exported member ColumnValue
I test a web application with typescript and playwright. So I read and write data to and from a mssql-database version 2019. Therefore I use tedious. Since yesterday I used the version 11.0.8 and all worked fine. Today I have made an update to the newest version 18.6.1
In the Test class i do an import for ColumnValue.
Module tedious has no exported member ColumnValue
I test a web application with typescript and playwright. So I read and write data to and from a mssql-database version 2019. Therefore I use tedious. Since yesterday I used the version 11.0.8 and all worked fine. Today I have made an update to the newest version 18.6.1
In the Test class i do an import for ColumnValue.