UNPKG

the-moby-effect

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