import type { BackupSection } from "../../../types/backupTypes"; export interface BackupRestoreViewModel { filename: string; partial: boolean; include: Array; }