the-moby-effect
Version:
Moby/Docker API client built using effect-ts
11 lines • 562 B
TypeScript
import * as Schema from "effect/Schema";
declare const SystemRuntime_base: Schema.Class<SystemRuntime, Schema.Struct<{
readonly path: Schema.optional<Schema.String>;
readonly runtimeArgs: Schema.optional<Schema.NullOr<Schema.$Array<Schema.String>>>;
readonly runtimeType: Schema.optional<Schema.String>;
readonly options: Schema.optional<Schema.NullOr<Schema.$Record<Schema.String, Schema.ObjectKeyword>>>;
}>, {}>;
export declare class SystemRuntime extends SystemRuntime_base {
}
export {};
//# sourceMappingURL=SystemRuntime.generated.d.ts.map