feat: convert-days-to-hours (time tools)

This commit is contained in:
Chesterkxng
2025-03-24 20:23:28 +00:00
parent 330e24e27d
commit 3c51268397
9 changed files with 183 additions and 3 deletions

View File

@@ -21,7 +21,8 @@ export type ToolCategory =
| 'video'
| 'list'
| 'json'
| 'csv';
| 'csv'
| 'time';
export interface DefinedTool {
type: ToolCategory;