UNPKG

the-moby-effect

Version:
14 lines 524 B
import * as Schema from "effect/Schema"; export class SwarmTopology extends /*#__PURE__*/Schema.Class("SwarmTopology")({ Segments: /*#__PURE__*/Schema.optionalWith(/*#__PURE__*/Schema.Record({ key: Schema.String, value: Schema.String }), { nullable: true }) }, { identifier: "SwarmTopology", title: "swarm.Topology", documentation: "https://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/api/types/swarm/node.go#L133-L139" }) {} //# sourceMappingURL=SwarmTopology.generated.js.map