mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
fix: misc
This commit is contained in:
@@ -4,11 +4,7 @@ import { IconifyIcon } from '@iconify/react';
|
||||
import { FullI18nKey, validNamespaces } from '../i18n';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
|
||||
export type UserType =
|
||||
| 'General Users'
|
||||
| 'Developers'
|
||||
| 'Designers'
|
||||
| 'CyberSec';
|
||||
export type UserType = 'General Users' | 'Developers' | 'CyberSec';
|
||||
|
||||
export interface ToolMeta {
|
||||
path: string;
|
||||
|
||||
Reference in New Issue
Block a user