the-moby-effect
Version:
Moby/Docker API client built using effect-ts
13 lines • 681 B
JavaScript
import * as Schema from "effect/Schema";
import * as MountDriver from "./MountDriver.generated.js";
export class MountVolumeOptions extends /*#__PURE__*/Schema.Class("MountVolumeOptions")({
NoCopy: /*#__PURE__*/Schema.optional(Schema.Boolean),
Labels: /*#__PURE__*/Schema.optional(/*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Record(Schema.String, Schema.String))),
Subpath: /*#__PURE__*/Schema.optional(Schema.String),
DriverConfig: /*#__PURE__*/Schema.optional(/*#__PURE__*/Schema.NullOr(MountDriver.MountDriver))
}, {
identifier: "MountVolumeOptions",
title: "mount.VolumeOptions",
documentation: ""
}) {}
//# sourceMappingURL=MountVolumeOptions.generated.js.map