Skip to content

Commit 3e85bdb

Browse files
committed
ran build:types
1 parent 47d7f21 commit 3e85bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/ParseObject.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ declare class ParseObject<T extends Attributes = Attributes> {
448448
* @returns {Promise} A promise that is fulfilled when the fetch
449449
* completes.
450450
*/
451-
fetch(options: FetchOptions): Promise<this>;
451+
fetch(options?: FetchOptions): Promise<this>;
452452
/**
453453
* Fetch the model from the server. If the server's representation of the
454454
* model differs from its current attributes, they will be overriden.

0 commit comments

Comments
 (0)