$ open source · GPL-3.0 — need a commercial license? imqueue.com →

CreateOptions type

Options for create(), with returning widened to accept a column list.

Signature:

export type CreateOptions = Modify<CreateOptionsOrigin, 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.