Type alias UpdateValues<M>

UpdateValues<M>: { [ key in keyof Attributes<M>]?: Attributes<M>[key] | Fn | Col | Literal }

A pojo of values to update.

Used by update

Type Parameters

Generated using TypeDoc