UNPKG

the-moby-effect

Version:
17 lines 718 B
import * as Schema from "effect/Schema"; export class SwarmDNSConfig extends /*#__PURE__*/Schema.Class("SwarmDNSConfig")({ Nameservers: /*#__PURE__*/Schema.optionalWith(/*#__PURE__*/Schema.Array(Schema.String), { nullable: true }), Search: /*#__PURE__*/Schema.optionalWith(/*#__PURE__*/Schema.Array(Schema.String), { nullable: true }), Options: /*#__PURE__*/Schema.optionalWith(/*#__PURE__*/Schema.Array(Schema.String), { nullable: true }) }, { identifier: "SwarmDNSConfig", title: "swarm.DNSConfig", documentation: "https://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/api/types/swarm/container.go#L10-L22" }) {} //# sourceMappingURL=SwarmDNSConfig.generated.js.map