Getting types for update query

Similar to $inferInsert, is there a $inferUpdate to get types while performing a db.update()
Solution
Like Partial<typeof users.$inferInsert>
Was this page helpful?