Skip to content

Commit eaea8c6

Browse files
committed
refactor: 补充修改
1 parent ea51ec2 commit eaea8c6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-flow-interface",
3-
"version": "0.23.23",
3+
"version": "0.23.24",
44
"description": "Interface package for NEXT FlOW. You can use this package to build your own plugin that can control anything.",
55
"type": "module",
66
"module": "dist/index.js",

src/service/sync/attribute/target/target-node-attribute.interface.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export type TargetNodeAttributeSubscriber<T extends object = never> = (
1111
oldValue: unknown,
1212
sid: string,
1313
nid: string,
14+
nidList: string[],
1415
) => void
1516

1617
export default interface ITargetNodeAttribute<T extends object = never> {

0 commit comments

Comments
 (0)