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
The first parameter of the bulkInsert function is the table name as string. However, this can also be an object with the schema and Table Name properties if the schema has to be defined.
I would suggest defining a new interface that looks like this:
Hi,
The first parameter of the bulkInsert function is the table name as string. However, this can also be an object with the schema and Table Name properties if the schema has to be defined.
I would suggest defining a new interface that looks like this:
Then the first parameter of the bulkInsert function can be turned into a Union Type => string | TableDefinition.
I suspect this affects all functions that have the tableName as parameter.
look this
The text was updated successfully, but these errors were encountered: