commit | 80ad854a4229d0586b22bbb49ec436c7acbb7a4d | [log] [tgz] |
---|---|---|
author | TheCodedProf <samuel.shuert@gmail.com> | Fri Mar 10 12:52:33 2023 -0500 |
committer | TheCodedProf <samuel.shuert@gmail.com> | Fri Mar 10 12:52:33 2023 -0500 |
tree | 90b8757e2ecac375c954054d24baa33ef0900012 | |
parent | a188595b23b84eb223c4047725eeac27aca1cde8 [diff] [blame] |
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;