UNPKG

the-moby-effect

Version:
13 lines 558 B
import * as Schema from "effect/Schema"; export class SwarmAnnotations extends /*#__PURE__*/Schema.Class("SwarmAnnotations")({ Name: /*#__PURE__*/Schema.optional(Schema.String), Labels: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Record({ key: Schema.String, value: Schema.String })) }, { identifier: "SwarmAnnotations", title: "swarm.Annotations", documentation: "https://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/api/types/swarm/common.go#L25-L29" }) {} //# sourceMappingURL=SwarmAnnotations.generated.js.map