Variable adapterVersionSourceSchemaConst
adapterVersionSourceSchema: ZodEnum<
{
adapter_binary: "adapter_binary";
host_runtime: "host_runtime";
mixed_runtime: "mixed_runtime";
package_probe: "package_probe";
shell_runtime: "shell_runtime";
unknown: "unknown";
},
> = ...