import type { BackupTargetId } from './BackupTargetId'; export type InfoParams = { targetId: BackupTargetId; serverId: string; password: string; };