the-moby-effect
Version:
Moby/Docker API client built using effect-ts
11 lines • 639 B
JavaScript
import * as Schema from "effect/Schema";
import * as SystemRuntime from "./SystemRuntime.generated.js";
export class SystemRuntimeWithStatus extends /*#__PURE__*/Schema.Class("SystemRuntimeWithStatus")({
...SystemRuntime.SystemRuntime.fields,
status: /*#__PURE__*/Schema.optional(/*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Record(Schema.String, Schema.String)))
}, {
identifier: "SystemRuntimeWithStatus",
title: "system.RuntimeWithStatus",
documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/system#RuntimeWithStatus"
}) {}
//# sourceMappingURL=SystemRuntimeWithStatus.generated.js.map