mirror of
https://github.com/Art051/it-tools.git
synced 2025-08-11 19:29:03 +00:00
chore: first commit
This commit is contained in:
9
src/tools/Tool.ts
Normal file
9
src/tools/Tool.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { Component } from 'vue';
|
||||
|
||||
export interface ITool {
|
||||
name: string;
|
||||
path: string;
|
||||
description: string;
|
||||
keywords: string[];
|
||||
component: () => Promise<Component>;
|
||||
}
|
||||
Reference in New Issue
Block a user