import type { BackupTargetId } from './BackupTargetId'; import type { PackageId } from './PackageId'; export type RestorePackageParams = { targetId: BackupTargetId; password: string; ids: Array; serverId: string | null; };