Skip to content

Commit ef892e0

Browse files
committed
should break
1 parent a4e3129 commit ef892e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/ParseOp.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export declare class UnsetOp extends Op {
1717
applyTo(): any;
1818
mergeWith(): UnsetOp;
1919
toJSON(): {
20-
__op: string;
20+
__op: any;
2121
};
2222
}
2323
export declare class IncrementOp extends Op {

0 commit comments

Comments
 (0)