UNPKG

the-moby-effect

Version:
11 lines 644 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://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/api/types/system/info.go#L87-L93" }) {} //# sourceMappingURL=SystemContainerdInfo.generated.js.map