mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 05:20:24 +08:00
using string literal type
This commit is contained in:
2
types/parse/index.d.ts
vendored
2
types/parse/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user