mirror of
https://github.com/certd/certd.git
synced 2026-05-16 13:17:29 +08:00
chore:
This commit is contained in:
@@ -2,7 +2,7 @@ import { request } from "/@/api/service";
|
||||
export type ComponentPropsType = {
|
||||
type: string;
|
||||
typeName: string;
|
||||
action: string;
|
||||
action?: string;
|
||||
form: any;
|
||||
value?: any;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user