/** * This file was auto-generated by Fern from our API Definition. */ import * as Klavis from "../index.js"; export interface DumpSandboxResponseCloseData { /** Sandbox identifier */ sandbox_id: string; /** MCP server type */ server_name: Klavis.SandboxMcpServer; /** Timestamp of dump */ dumped_at: string; /** Dumped sandbox data in server-specific format */ data: Klavis.CloseDataOutput; }