UNPKG

the-moby-effect

Version:
9 lines 477 B
import * as Schema from "effect/Schema"; export class SwarmTopology extends /*#__PURE__*/Schema.Class("SwarmTopology")({ Segments: /*#__PURE__*/Schema.optional(/*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Record(Schema.String, Schema.String))) }, { identifier: "SwarmTopology", title: "swarm.Topology", documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/swarm#Topology" }) {} //# sourceMappingURL=SwarmTopology.generated.js.map