This commit is contained in:
2023-01-10 19:10:20 +01:00
parent e590714391
commit 9aef8fc47b
34 changed files with 780 additions and 3 deletions

View File

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