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