UNPKG

the-moby-effect

Version:
11 lines 546 B
import * as Schema from "effect/Schema"; export class SwarmIPAMConfig extends /*#__PURE__*/Schema.Class("SwarmIPAMConfig")({ Subnet: /*#__PURE__*/Schema.optional(Schema.String), Range: /*#__PURE__*/Schema.optional(Schema.String), Gateway: /*#__PURE__*/Schema.optional(Schema.String) }, { identifier: "SwarmIPAMConfig", title: "swarm.IPAMConfig", documentation: "https://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/api/types/swarm/network.go#L116-L121" }) {} //# sourceMappingURL=SwarmIPAMConfig.generated.js.map