the-moby-effect
Version:
Moby/Docker API client built using effect-ts
10 lines • 516 B
JavaScript
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(Schema.String, Schema.String))
}, {
identifier: "SwarmAnnotations",
title: "swarm.Annotations",
documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/swarm#Annotations"
}) {}
//# sourceMappingURL=SwarmAnnotations.generated.js.map