import type { StartOsRecoveryInfo } from './StartOsRecoveryInfo'; export type CifsBackupTarget = { hostname: string; path: string; username: string; mountable: boolean; startOs: { [key: string]: StartOsRecoveryInfo; }; };