We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d7f21 commit 3e85bdbCopy full SHA for 3e85bdb
types/ParseObject.d.ts
@@ -448,7 +448,7 @@ declare class ParseObject<T extends Attributes = Attributes> {
448
* @returns {Promise} A promise that is fulfilled when the fetch
449
* completes.
450
*/
451
- fetch(options: FetchOptions): Promise<this>;
+ fetch(options?: FetchOptions): Promise<this>;
452
/**
453
* Fetch the model from the server. If the server's representation of the
454
* model differs from its current attributes, they will be overriden.
0 commit comments