Skip to content

Commit 5e550e5

Browse files
authored
docs(ts): getCreatedAt, getObjectId, getUpdatedAt (#613)
1 parent 21ebcab commit 5e550e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

storage.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,9 @@ export class Object extends BaseObject {
358358
fetchWhenSave(enable: boolean): void;
359359
get(attr: string): any;
360360
getACL(): ACL;
361+
getCreatedAt(): Date;
362+
getObjectId(): String;
363+
getUpdatedAt(): Date;
361364
has(attr: string): boolean;
362365
increment(attr: string, amount?: number): this;
363366
isValid(): boolean;

0 commit comments

Comments
 (0)