Skip to content

Commit b6f88cc

Browse files
committed
💡 Add updatedKeys to tsd
1 parent 1b8e153 commit b6f88cc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

leanengine.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ export function koa2(options?: MiddlewareOptions): Function;
4545
export class Object extends LCObject {
4646
disableBeforeHook(): void;
4747
disableAfterHook(): void;
48+
49+
updatedKeys?: string[];
4850
}
4951

5052
export namespace Insight {

0 commit comments

Comments
 (0)