UNPKG

the-moby-effect

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