/** * Generated by orval v8.8.1 🍺 * Do not edit manually. * OpenAPI spec version: 0.0.1 */ import type { BlobRef } from './blobRef' export interface ImageDataPatch { blob?: null | BlobRef /** @nullable */ name?: string | null /** * @minimum 0 * @nullable */ naturalHeight?: number | null /** * @minimum 0 * @nullable */ naturalWidth?: number | null /** @nullable */ opacity?: number | null }