diff --git a/parse/parse.d.ts b/parse/parse.d.ts index 399204ce2..13fa65842 100644 --- a/parse/parse.d.ts +++ b/parse/parse.d.ts @@ -890,6 +890,10 @@ declare namespace Parse { *The method of the request (i.e GET, POST, etc). */ method?: string; + /** + * The query portion of the url. + */ + params?: any; /** * The url to send the request to. */