UpdateOptions type
Options for the static update(), with returning widened to accept a column list.
Signature:
export type UpdateOptions = Modify<UpdateOptionsOrigin, ReturningOptions>;
References: Modify, ReturningOptions
Remarks
Cast to this at the call site when TypeScript objects to a returning column list; ReturningOptions explains what the list does.