fix: harden import/export flow

This commit is contained in:
LLLLLLiulei
2026-02-05 18:59:30 +08:00
parent 0b45d48e85
commit 37047919ab
5 changed files with 53 additions and 37 deletions

View File

@@ -728,8 +728,8 @@ export interface UpdateProxyRequest {
}
export interface AdminDataPayload {
type: string
version: number
type?: string
version?: number
exported_at: string
proxies: AdminDataProxy[]
accounts: AdminDataAccount[]