File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ type FullTextQueryOptions = {
27
27
caseSensitive ?: boolean ;
28
28
diacriticSensitive ?: boolean ;
29
29
} ;
30
- export type QueryJSON = {
30
+ type QueryJSON = {
31
31
where : WhereClause ;
32
32
watch ?: string ;
33
33
include ?: string ;
@@ -946,7 +946,7 @@ declare class ParseQuery {
946
946
cancel ( ) : ParseQuery ;
947
947
_setRequestTask ( options : any ) : void ;
948
948
/**
949
- * Sets a comment to the query so that the query
949
+ * Sets a comment to the query so that the query
950
950
* can be identified when using a the profiler for MongoDB.
951
951
*
952
952
* @param {string } value a comment can make your profile data easier to interpret and trace.
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
3
"module" : " commonjs" ,
4
- "lib" : [" es6" , " dom " ],
4
+ "lib" : [" es6" ],
5
5
"noImplicitAny" : true ,
6
6
"noImplicitThis" : true ,
7
7
"strictFunctionTypes" : true ,
You can’t perform that action at this time.
0 commit comments