/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ import type { StorageUploadFileChannel } from './storageUploadFileChannel.zod'; export interface StorageFilePoliciesServicePatchFilePolicyBody { channels?: StorageUploadFileChannel[]; description?: string; enabled?: boolean; encrypt?: boolean; fields?: string[]; maxUploadSize?: string; mimeTypes?: string[]; name?: string; retentionDays?: number; speedDownload?: string; speedUpload?: string; }