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 a4e3129 commit ef892e0Copy full SHA for ef892e0
types/ParseOp.d.ts
@@ -17,7 +17,7 @@ export declare class UnsetOp extends Op {
17
applyTo(): any;
18
mergeWith(): UnsetOp;
19
toJSON(): {
20
- __op: string;
+ __op: any;
21
};
22
}
23
export declare class IncrementOp extends Op {
0 commit comments