using string literal type

This commit is contained in:
David Poetzsch-Heffter
2017-06-15 12:59:19 +02:00
parent 0c4ddcc66b
commit 1f020882a2

View File

@@ -342,7 +342,7 @@ declare namespace Parse {
clear(options: any): any;
clone(): this;
destroy(options?: Object.DestroyOptions): Promise<this>;
dirty(attr?: String): boolean;
dirty(attr?: string): boolean;
dirtyKeys(): string[];
escape(attr: string): string;
existed(): boolean;