mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-21 04:24:02 +01:00
feat: remove duplicate lines
This commit is contained in:
@@ -6,7 +6,7 @@ interface ToolOptions {
|
||||
path: string;
|
||||
component: LazyExoticComponent<JSXElementConstructor<ToolComponentProps>>;
|
||||
keywords: string[];
|
||||
icon?: IconifyIcon | string;
|
||||
icon: IconifyIcon | string;
|
||||
name: string;
|
||||
description: string;
|
||||
shortDescription: string;
|
||||
@@ -26,7 +26,7 @@ export interface DefinedTool {
|
||||
name: string;
|
||||
description: string;
|
||||
shortDescription: string;
|
||||
icon?: IconifyIcon | string;
|
||||
icon: IconifyIcon | string;
|
||||
keywords: string[];
|
||||
component: () => JSX.Element;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user