We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
updatedKeys
1 parent 1b8e153 commit b6f88ccCopy full SHA for b6f88cc
1 file changed
leanengine.d.ts
@@ -45,6 +45,8 @@ export function koa2(options?: MiddlewareOptions): Function;
45
export class Object extends LCObject {
46
disableBeforeHook(): void;
47
disableAfterHook(): void;
48
+
49
+ updatedKeys?: string[];
50
}
51
52
export namespace Insight {
0 commit comments