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
Hey @MrSuttonmann, currently you need to cast the result to singular, because my typescript knowledge is limited and i didn't manage to solve this issue
I will try to solve it again soon, but meanwhile pull requests are well come to solve this 😄
I'm inserting a row into a table, but the results property that comes back is typed as
<TableType | TableType[]>
.My IDE gives the following error:
I'm guessing just casting the result to the singular is a workaround?
The text was updated successfully, but these errors were encountered: