/** * This file was auto-generated by Fern from our API Definition. */ import * as Zep from "../index.js"; export interface GetTaskResponse { completedAt?: string; createdAt?: string; error?: Zep.TaskErrorResponse; params?: Record; progress?: Zep.TaskProgress; startedAt?: string; status?: string; taskId?: string; type?: string; updatedAt?: string; }