Code refactoring
This commit is contained in:
5
server/src/interfaces/ISettings.d.ts
vendored
Normal file
5
server/src/interfaces/ISettings.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface ISettings {
|
||||
download_path: string,
|
||||
cliArgs?: string[],
|
||||
port?: number,
|
||||
}
|
||||
Reference in New Issue
Block a user