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 9685922 commit 9b44be4Copy full SHA for 9b44be4
storage.d.ts
@@ -326,7 +326,7 @@ export class Object extends BaseObject {
326
revert(keys?: string | string[]): this;
327
clone(): this;
328
destroy(options?: Object.DestroyOptions): Promise<this>;
329
- dirty(attr: String): boolean;
+ dirty(key?: string): boolean;
330
dirtyKeys(): string[];
331
escape(attr: string): string;
332
fetch(fetchOptions?: FetchOptions, options?: AuthOptions): Promise<this>;
0 commit comments