import type { BackupTargetId } from './BackupTargetId'; export type UmountParams = { targetId: BackupTargetId | null; };