/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../index.js"; import * as Zep from "../../api/index.js"; import * as core from "../../core/index.js"; import { TaskErrorResponse } from "./TaskErrorResponse.js"; import { TaskProgress } from "./TaskProgress.js"; export declare const GetTaskResponse: core.serialization.ObjectSchema; export declare namespace GetTaskResponse { interface Raw { completed_at?: string | null; created_at?: string | null; error?: TaskErrorResponse.Raw | null; params?: Record | null; progress?: TaskProgress.Raw | null; started_at?: string | null; status?: string | null; task_id?: string | null; type?: string | null; updated_at?: string | null; } }