mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Add missing 'params' property to 'parse'.
This commit is contained in:
4
parse/parse.d.ts
vendored
4
parse/parse.d.ts
vendored
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user