import type { Version } from './Version'; export type PackageBackupInfo = { title: string; version: Version; osVersion: string; timestamp: string; };