/** * This file was auto-generated by Fern from our API Definition. */ /** * Response model for edit actions. */ export interface EditResponse { output?: string; error?: string; base64Image?: string; system?: string; }