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 5a31492 commit fd06d38Copy full SHA for fd06d38
storage.d.ts
@@ -300,10 +300,10 @@ export class Object extends BaseObject {
300
bitAnd(attributeName: string, item: number): this;
301
bitOr(attributeName: string, item: number): this;
302
bitXor(attributeName: string, item: number): this;
303
- change(options: any): Object;
+ change(options: any): this;
304
changedAttributes(diff: any): boolean;
305
clear(options: any): any;
306
- clone(): Object;
+ clone(): this;
307
destroy(options?: Object.DestroyOptions): Promise<this>;
308
dirty(attr: String): boolean;
309
escape(attr: string): string;
0 commit comments