// // Download.swift // Befund // // Created by Irakli Abetschkhrischwili on 28.05.22. // Copyright © 2022 MVZ Dr. Stein und Kollegen. All rights reserved. import Foundation extension Core.Models.Response { struct Download : Encodable, Decodable { public var encrypted_content: String? = nil public var server_public_key: String? = nil } }