UNPKG

the-moby-effect

Version:
11 lines 633 B
import * as Schema from "effect/Schema"; import * as SystemContainerdNamespaces from "./SystemContainerdNamespaces.generated.js"; export class SystemContainerdInfo extends /*#__PURE__*/Schema.Class("SystemContainerdInfo")({ Address: /*#__PURE__*/Schema.optional(Schema.String), Namespaces: /*#__PURE__*/Schema.NullOr(SystemContainerdNamespaces.SystemContainerdNamespaces) }, { identifier: "SystemContainerdInfo", title: "system.ContainerdInfo", documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/system#ContainerdInfo" }) {} //# sourceMappingURL=SystemContainerdInfo.generated.js.map