mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Add static createWithoutData for Parse.Object
This commit is contained in:
Vendored
+1
@@ -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