diff --git a/src/model.d.ts b/src/model.d.ts index 83c211bf29ff..7ab36db85b7f 100644 --- a/src/model.d.ts +++ b/src/model.d.ts @@ -1304,6 +1304,11 @@ export interface SaveOptions extends Logging, Transactionable * @default false */ omitNull?: boolean; + + /** + * Return the affected rows (only for postgres) + */ + returning?: boolean | Array; } /**