chore: convert-days-to-hours init

This commit is contained in:
Ibrahima G. Coulibaly
2025-03-17 17:50:26 +00:00
parent 1577f098e0
commit 0a4186e4a5
6 changed files with 34 additions and 1 deletions

View File

@@ -18,7 +18,8 @@ export type ToolCategory =
| 'number'
| 'gif'
| 'list'
| 'json';
| 'json'
| 'date';
export interface DefinedTool {
type: ToolCategory;