/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ import type { StorageFileMalwareScan } from './storageFileMalwareScan'; import type { StorageThumbnail } from './storageThumbnail'; import type { StorageUploadStatusCode } from './storageUploadStatusCode'; export interface StorageSafeUploadFileResponseMetadata { code?: StorageUploadStatusCode; fileId?: string; fileUrl?: string; malware?: StorageFileMalwareScan; mimeType?: string; name?: string; server?: string; sha256Sum?: string; size?: string; thumbnail?: StorageThumbnail; uuid?: string; }