/** * Daytona Daemon API * Daytona Daemon API * * The version of the OpenAPI document: v0.0.0-dev * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface InterpreterContextInfo */ export interface InterpreterContextInfo { /** * * @type {boolean} * @memberof InterpreterContextInfo */ active?: boolean; /** * * @type {string} * @memberof InterpreterContextInfo */ createdAt?: string; /** * * @type {string} * @memberof InterpreterContextInfo */ cwd?: string; /** * * @type {string} * @memberof InterpreterContextInfo */ id?: string; /** * * @type {string} * @memberof InterpreterContextInfo */ language?: string; }