Skip to content

Commit 1bcd2e7

Browse files
committed
build types
1 parent 5fbcea8 commit 1bcd2e7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

types/Parse.d.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,10 @@ declare const Parse: {
355355
create: (
356356
className: string,
357357
params: any,
358-
options?: import('./RESTController').RequestOptions
358+
options? /**
359+
* @member {string} Parse.maintenanceKey
360+
* @static
361+
*/ : import('./RESTController').RequestOptions
359362
) => Promise<any>;
360363
update: (
361364
className: string,
@@ -379,7 +382,10 @@ declare const Parse: {
379382
create: (
380383
className: string,
381384
params: any,
382-
options?: import('./RESTController').RequestOptions
385+
options? /**
386+
* @member {string} Parse.maintenanceKey
387+
* @static
388+
*/ : import('./RESTController').RequestOptions
383389
) => Promise<any>;
384390
update: (
385391
className: string,

0 commit comments

Comments
 (0)