mirror of
https://github.com/certd/certd.git
synced 2026-05-16 05:07:32 +08:00
chore:
This commit is contained in:
@@ -7,10 +7,10 @@ export type ComponentPropsType = {
|
||||
value?: any;
|
||||
};
|
||||
export type RequestHandleReq<T = any> = {
|
||||
type: strin;
|
||||
type: string;
|
||||
typeName: string;
|
||||
action: string;
|
||||
data: any;
|
||||
data?: any;
|
||||
input: T;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user