Skip to content

Commit 7be9016

Browse files
onozatyephys
andauthored
Update src/model.d.ts
Co-authored-by: Alyx <[email protected]>
1 parent 98e55e4 commit 7be9016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@ export interface SaveOptions<TAttributes = any> extends Logging, Transactionable
13081308
/**
13091309
* Return the affected rows (only for postgres)
13101310
*/
1311-
returning?: boolean | (keyof TAttributes)[];
1311+
returning?: boolean | Array<keyof TAttributes>;
13121312
}
13131313

13141314
/**

0 commit comments

Comments
 (0)