mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-21 15:09:32 +02:00
fix: tsc
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import ToolLayout from '../components/ToolLayout';
|
||||
import React, { JSXElementConstructor, LazyExoticComponent } from 'react';
|
||||
import { IconifyIcon } from '@iconify/react';
|
||||
import { FullI18nKey } from '../i18n';
|
||||
|
||||
export interface ToolMeta {
|
||||
path: string;
|
||||
@@ -12,10 +13,10 @@ export interface ToolMeta {
|
||||
shortDescription: string;
|
||||
longDescription?: string;
|
||||
i18n?: {
|
||||
name: string;
|
||||
description: string;
|
||||
shortDescription: string;
|
||||
longDescription?: string;
|
||||
name: FullI18nKey;
|
||||
description: FullI18nKey;
|
||||
shortDescription: FullI18nKey;
|
||||
longDescription?: FullI18nKey;
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user