mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-20 14:39:34 +02:00
fix: tsc
This commit is contained in:
@@ -2,6 +2,7 @@ import ToolLayout from '../components/ToolLayout';
|
||||
import React, { JSXElementConstructor, LazyExoticComponent } from 'react';
|
||||
import { IconifyIcon } from '@iconify/react';
|
||||
import { FullI18nKey } from '../i18n';
|
||||
import { ParseKeys } from 'i18next';
|
||||
|
||||
export interface ToolMeta {
|
||||
path: string;
|
||||
@@ -38,9 +39,9 @@ export type ToolCategory =
|
||||
export interface DefinedTool {
|
||||
type: ToolCategory;
|
||||
path: string;
|
||||
name: string;
|
||||
description: string;
|
||||
shortDescription: string;
|
||||
name: FullI18nKey;
|
||||
description: FullI18nKey;
|
||||
shortDescription: FullI18nKey;
|
||||
icon: IconifyIcon | string;
|
||||
keywords: string[];
|
||||
component: () => JSX.Element;
|
||||
|
Reference in New Issue
Block a user