Skip to content

Commit

Permalink
Revert "Fixes Typescript Defs based on CoreManager Changes."
Browse files Browse the repository at this point in the history
This reverts commit 25441f9.
  • Loading branch information
mortenmo committed May 17, 2024
1 parent b1774cd commit 6cebd48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions types/ParseQuery.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type FullTextQueryOptions = {
caseSensitive?: boolean;
diacriticSensitive?: boolean;
};
export type QueryJSON = {
type QueryJSON = {
where: WhereClause;
watch?: string;
include?: string;
Expand Down Expand Up @@ -946,7 +946,7 @@ declare class ParseQuery {
cancel(): ParseQuery;
_setRequestTask(options: any): void;
/**
* Sets a comment to the query so that the query
* Sets a comment to the query so that the query
* can be identified when using a the profiler for MongoDB.
*
* @param {string} value a comment can make your profile data easier to interpret and trace.
Expand Down
2 changes: 1 addition & 1 deletion types/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"lib": ["es6", "dom"],
"lib": ["es6"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictFunctionTypes": true,
Expand Down

0 comments on commit 6cebd48

Please sign in to comment.