Is there any equivalent to `$inferUpdate`?
To get the typing of an insert/select, you can do
users.$inferInsert
or users.$inferSelect
. There doesn't seem to be an analogous users.$inferUpdate
what is the suggested way to do this?3 Replies
Partial<typeof users.$inferInsert> ?
or $inferSelect for that matter
seems like it could be a handy thing to have
I guess, I honestly don't see the point