fix(core): update
This commit is contained in:
11
ts/smartdrive.classes.drivelistresult.ts
Normal file
11
ts/smartdrive.classes.drivelistresult.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import * as plugins from './smartdrive.plugins';
|
||||
import * as interfaces from './smartdrive.interfaces';
|
||||
|
||||
export class DriveListResult {
|
||||
result: interfaces.IDrive;
|
||||
|
||||
/**
|
||||
* tries to determine the best mounting candidate from a physical drive
|
||||
*/
|
||||
public getBestMountCandidate() {}
|
||||
}
|
||||
Reference in New Issue
Block a user