UNPKG

the-moby-effect

Version:
11 lines 569 B
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://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/api/types/swarm/task.go#L213-L225" }) {} //# sourceMappingURL=SwarmVolumeAttachment.generated.js.map