chore: adjust type
This commit is contained in:
@@ -19,7 +19,7 @@ const COLOR = [
|
||||
|
||||
interface Props {
|
||||
index: number;
|
||||
value: ApiType.RuleItem;
|
||||
value: IRuleItem;
|
||||
}
|
||||
|
||||
const parseColor = (text: string) => {
|
||||
|
||||
Reference in New Issue
Block a user