Skip to content
This repository was archived by the owner on Dec 21, 2022. It is now read-only.

Commit 5247a7a

Browse files
fix(nanoflow-commons): add typings for mx.data.update
1 parent 5a634e5 commit 5247a7a

File tree

1 file changed

+4
-0
lines changed
  • packages-common/nanoflow-commons/src/types

1 file changed

+4
-0
lines changed

packages-common/nanoflow-commons/src/types/mx.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ declare namespace mx {
33
interface ui extends mx.ui {
44
toggleSidebar: () => void;
55
}
6+
// eslint-disable-next-line @typescript-eslint/class-name-casing
7+
interface data extends mx.data {
8+
update: (param: { guid?: string | undefined; entity?: string | undefined; callback?: () => void }) => void;
9+
}
610
}

0 commit comments

Comments
 (0)