mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
feat: midway注解方式编写插件
This commit is contained in:
@@ -6,7 +6,7 @@ export type AccessInputDefine = FormItemProps & {
|
||||
required?: boolean;
|
||||
};
|
||||
export type AccessDefine = Registrable & {
|
||||
inputs?: {
|
||||
input?: {
|
||||
[key: string]: AccessInputDefine;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user