initial
This commit is contained in:
15
ts/smartdrive.interfaces.ts
Normal file
15
ts/smartdrive.interfaces.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import * as plugins from './smartdrive.plugins'
|
||||
|
||||
export interface IDrive {
|
||||
device: string
|
||||
description: string
|
||||
size: number,
|
||||
mountpoints: IMountpoint[]
|
||||
raw: string
|
||||
protected: boolean
|
||||
system: boolean
|
||||
}
|
||||
|
||||
export interface IMountpoint {
|
||||
path: string
|
||||
}
|
||||
Reference in New Issue
Block a user