Skip to content

Commit 7c12fc4

Browse files
committed
fix(ts): correct SaveOptions
1 parent 450d885 commit 7c12fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ export namespace Object {
346346
SilentOption,
347347
WaitOption {
348348
fetchWhenSave?: boolean;
349-
where?: Query<T>;
349+
query?: Query<T>;
350350
}
351351

352352
interface SaveAllOptions extends AuthOptions {}

0 commit comments

Comments
 (0)