/** * Generated by orval v8.5.3 🍺 * Do not edit manually. * Space Invoices API * REST API for invoice management, customer management, and accounting operations. Features include cursor-based pagination for efficient data navigation, flexible JSON querying with MongoDB-style operators, full-text search across multiple fields, and comprehensive metadata support for custom tracking. * OpenAPI spec version: 1.0.0 */ export type UploadImage200 = { /** Public URL of the uploaded image */ url: string; /** Secure HTTPS URL of the uploaded image */ secureUrl: string; /** Storage object key for future reference/deletion */ publicId: string; /** Image format (jpg, png, webp, etc.) */ format: string; /** Image width in pixels */ width: number; /** Image height in pixels */ height: number; /** File size in bytes */ bytes: number; /** Entity ID that the image belongs to */ entity_id: string; }; //# sourceMappingURL=uploadImage200.d.ts.map