// GENERATED CODE! DO NOT MODIFY BY HAND! // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. import type { PathUri } from "../PathUri"; import type { EnvironmentShellInfo } from "./EnvironmentShellInfo"; export type EnvironmentInfoResponse = { shell: EnvironmentShellInfo, /** * Default working directory reported by the environment, as a canonical file URI. */ cwd: PathUri | null, };