mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-06 17:29:08 +00:00
Merge pull request #17825 from superbigsoft/master
Add static createWithoutData for Parse.Object
This commit is contained in:
1
types/parse/index.d.ts
vendored
1
types/parse/index.d.ts
vendored
@@ -334,6 +334,7 @@ declare namespace Parse {
|
||||
static destroyAll<T>(list: T[], options?: Object.DestroyAllOptions): Promise<T[]>;
|
||||
static saveAll<T extends Object>(list: T[], options?: Object.SaveAllOptions): Promise<T[]>;
|
||||
static registerSubclass<T extends Object>(className: string, clazz: new (options?: any) => T): void;
|
||||
static createWithoutData<T extends Object>(id: string): T;
|
||||
|
||||
initialize(): void;
|
||||
add(attr: string, item: any): this;
|
||||
|
||||
Reference in New Issue
Block a user