// Copyright © 2022 Rangeproof Pty Ltd. All rights reserved. public struct FileUploadResponse: Codable { public let id: UInt64 }