chore: adjust type
This commit is contained in:
@@ -21,7 +21,7 @@ import Notice from "../base/base-notice";
|
||||
|
||||
interface Props {
|
||||
open: boolean;
|
||||
itemData: CmdType.ProfileItem;
|
||||
itemData: IProfileItem;
|
||||
onClose: () => void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user