import type { BackupTargetId } from './BackupTargetId'; export type CifsRemoveParams = { id: BackupTargetId; };