chore: adjust type

This commit is contained in:
GyDi
2022-11-19 17:22:29 +08:00
parent a4c985a219
commit 5fb1afc681
26 changed files with 274 additions and 283 deletions

View File

@@ -21,7 +21,7 @@ import Notice from "../base/base-notice";
interface Props {
selected: boolean;
itemData: CmdType.ProfileItem;
itemData: IProfileItem;
enableNum: number;
logInfo?: [string, string][];
onEnable: () => void;