the-moby-effect
Version:
Moby/Docker API client built using effect-ts
11 lines • 558 B
JavaScript
import * as Schema from "effect/Schema";
export class SwarmVolumeAttachment extends /*#__PURE__*/Schema.Class("SwarmVolumeAttachment")({
ID: /*#__PURE__*/Schema.optional(Schema.String),
Source: /*#__PURE__*/Schema.optional(Schema.String),
Target: /*#__PURE__*/Schema.optional(Schema.String)
}, {
identifier: "SwarmVolumeAttachment",
title: "swarm.VolumeAttachment",
documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/swarm#VolumeAttachment"
}) {}
//# sourceMappingURL=SwarmVolumeAttachment.generated.js.map