不要怂,就是干,撸起袖子干!

Commit 37f676d8 by colpachoque Committed by GitHub

Update model.d.ts (#13514)

Add optional `omitNull` flag to the `SaveOptions` interface.

Co-authored-by: Sascha Depold <sdepold@users.noreply.github.com>
1 parent 1b80e0b5
Showing with 7 additions and 0 deletions
......@@ -983,6 +983,13 @@ export interface SaveOptions<TAttributes = any> extends Logging, Transactionable
* @default true
*/
validate?: boolean;
/**
* A flag that defines if null values should be passed as values or not.
*
* @default false
*/
omitNull?: boolean;
}
/**
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!