UNPKG

the-moby-effect

Version:
12 lines 585 B
import * as Schema from "effect/Schema"; export class SwarmExternalCA extends /*#__PURE__*/Schema.Class("SwarmExternalCA")({ Protocol: /*#__PURE__*/Schema.Literal("cfssl"), URL: Schema.String, Options: /*#__PURE__*/Schema.optional(/*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Record(Schema.String, Schema.String))), CACert: Schema.String }, { identifier: "SwarmExternalCA", title: "swarm.ExternalCA", documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/swarm#ExternalCA" }) {} //# sourceMappingURL=SwarmExternalCA.generated.js.map