import Foundation public struct PrepareTransferResponse: Codable, Equatable { public let type: Int public let key: String /// "ready" | "no_space" | "duplicated" public let status: String }