Response format for export operations

interface ExportResponse {
    success: boolean;
    message?: string;
    filePath?: string;
}

Properties

success: boolean
message?: string
filePath?: string