import type { BackupTargetId } from './BackupTargetId'; export type CifsUpdateParams = { id: BackupTargetId; hostname: string; path: string; username: string; password: string | null; };