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 5fbcea8 commit 1bcd2e7Copy full SHA for 1bcd2e7
types/Parse.d.ts
@@ -355,7 +355,10 @@ declare const Parse: {
355
create: (
356
className: string,
357
params: any,
358
- options?: import('./RESTController').RequestOptions
+ options? /**
359
+ * @member {string} Parse.maintenanceKey
360
+ * @static
361
+ */ : import('./RESTController').RequestOptions
362
) => Promise<any>;
363
update: (
364
@@ -379,7 +382,10 @@ declare const Parse: {
379
382
380
383
381
384
385
386
387
388
389
390
391
0 commit comments