We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48888ba commit 15dae5eCopy full SHA for 15dae5e
types/ParseOp.d.ts
@@ -17,7 +17,7 @@ export declare class UnsetOp extends Op {
17
applyTo(): any;
18
mergeWith(): UnsetOp;
19
toJSON(): {
20
- __op: any;
+ __op: string;
21
};
22
}
23
export declare class IncrementOp extends Op {
0 commit comments