/** * This file was auto-generated by Fern from our API Definition. */ import * as Klavis from "../index.js"; /** * Response model for sandbox release (delete) */ export interface ReleaseSandboxResponse { /** Released sandbox identifier */ sandbox_id: string; /** Current status after release (should be idle) */ status: Klavis.SandboxStatus; /** Release confirmation message */ message: string; }