| 1 | import { RaidType, type StorageInfo, sumUp } from '@dashdot/common'; |
| 2 | import * as si from 'systeminformation'; |
| 3 | import { CONFIG } from '../../config'; |
| 4 | import { PLATFORM_IS_WINDOWS } from '../../utils'; |
nothing calls this directly
no test coverage detected