mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-21 11:06:59 +01:00
feat: json pretty
This commit is contained in:
@@ -12,7 +12,13 @@ interface ToolOptions {
|
||||
shortDescription: string;
|
||||
}
|
||||
|
||||
export type ToolCategory = 'string' | 'png' | 'number' | 'gif' | 'list';
|
||||
export type ToolCategory =
|
||||
| 'string'
|
||||
| 'png'
|
||||
| 'number'
|
||||
| 'gif'
|
||||
| 'list'
|
||||
| 'json';
|
||||
|
||||
export interface DefinedTool {
|
||||
type: ToolCategory;
|
||||
|
||||
Reference in New Issue
Block a user