Skip to content

Commit da77fe6

Browse files
authored
Pull up overwrite into InsertOptions
Fixes #657.
1 parent c5be3dc commit da77fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,11 @@ export interface InsertOptions {
144144
waitForSync?: boolean;
145145
silent?: boolean;
146146
returnNew?: boolean;
147+
overwrite?: boolean;
147148
}
148149

149150
export interface ReplaceOptions extends InsertOptions {
150151
rev?: string;
151-
overwrite?: boolean;
152152
returnOld?: boolean;
153153
}
154154

0 commit comments

Comments
 (0)