mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Add missing 'params' property to 'parse'.
This commit is contained in:
Vendored
+4
@@ -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