/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * code: "code" * } */ export interface CodeExecuteRequest { code: string; kernelName?: string; timeout?: number; }