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
Argument of type '{ name: string; email: string; }' is not assignable to parameter of type 'Users'.
Property '_id' is missing in type '{ name: string; email: string; }' but required in type 'Users'.deno-ts(2345)
Update:
This was proposed by Github Copilot and seems to work:
I basically copied the example on the docs and am getting the error in the title.
code:
error:
Update:
This was proposed by Github Copilot and seems to work:
Update:
Works:
The text was updated successfully, but these errors were encountered: