fixed format (needs json fix) & component bugs
diff --git a/src/config/main.d.ts b/src/config/main.d.ts
index 419414a..ff3e552 100644
--- a/src/config/main.d.ts
+++ b/src/config/main.d.ts
@@ -19,7 +19,11 @@
     };
     baseUrl: string;
     rapidApiKey: string;
-    clamavSocket: string;
+    clamav: {
+        socket?: string;
+        host?: string;
+        port?: number;
+    }
 };
 
 export default config;