diff --git a/src/frontend/src/types/components/index.ts b/src/frontend/src/types/components/index.ts index 9acf69714..85a8c4d67 100644 --- a/src/frontend/src/types/components/index.ts +++ b/src/frontend/src/types/components/index.ts @@ -164,9 +164,9 @@ export interface IVarHighlightType { export type IconProps = { name: string; -} +}; export type IconComponentProps = { - method: string; + method: "SVG" | "LUCIDE"; name: string; -} +};