mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
feat: midway注解方式编写插件
This commit is contained in:
@@ -21,14 +21,16 @@ export type TaskInputDefine = FormItemProps;
|
||||
|
||||
export type PluginDefine = Registrable & {
|
||||
default?: any;
|
||||
inputs?: {
|
||||
input?: {
|
||||
[key: string]: TaskInputDefine;
|
||||
};
|
||||
outputs?: {
|
||||
output?: {
|
||||
[key: string]: TaskOutputDefine;
|
||||
};
|
||||
|
||||
autowire?: any;
|
||||
autowire?: {
|
||||
[key: string]: any;
|
||||
};
|
||||
};
|
||||
|
||||
export interface ITaskPlugin {
|
||||
|
||||
Reference in New Issue
Block a user