mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
feat: support restoring backups from a different server
This commit is contained in:
@@ -3,7 +3,8 @@ import type { BackupTargetId } from './BackupTargetId'
|
||||
import type { PackageId } from './PackageId'
|
||||
|
||||
export type RestorePackageParams = {
|
||||
ids: Array<PackageId>
|
||||
targetId: BackupTargetId
|
||||
password: string
|
||||
ids: Array<PackageId>
|
||||
serverId: string | null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user