UNPKG

the-moby-effect

Version:
13 lines 681 B
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