fix: harden import/export flow
This commit is contained in:
@@ -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[]
|
||||
|
||||
Reference in New Issue
Block a user