Code refactoring

This commit is contained in:
2022-08-29 22:44:06 +02:00
parent 32bc925fb7
commit d99899eb16
12 changed files with 62 additions and 50 deletions

5
server/src/interfaces/ISettings.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
export interface ISettings {
download_path: string,
cliArgs?: string[],
port?: number,
}