Nikhil Mithani

Results 1 comments of Nikhil Mithani

Running into same issue, below method solved it for me ```TypeScript const insertData: TablesInsert = { column1: value1, column2: value2, // TypeScript will error if you use invalid column names...