fix: 修复access选择类型trigger

This commit is contained in:
xiaojunnuo
2023-06-25 16:25:23 +08:00
parent 937e3fac19
commit 2851a33eb2
5 changed files with 99 additions and 72 deletions
+6
View File
@@ -31,6 +31,12 @@ export type PluginDefine = Registrable & {
autowire?: {
[key: string]: any;
};
reference?: {
src: string;
dest: string;
type: "computed";
}[];
};
export type ITaskPlugin = {