the-moby-effect
Version:
Moby/Docker API client built using effect-ts
13 lines • 685 B
JavaScript
import * as Schema from "effect/Schema";
export class MountBindOptions extends /*#__PURE__*/Schema.Class("MountBindOptions")({
Propagation: /*#__PURE__*/Schema.optional(/*#__PURE__*/Schema.Literals(["rprivate", "private", "rshared", "shared", "rslave", "slave"])),
NonRecursive: /*#__PURE__*/Schema.optional(Schema.Boolean),
CreateMountpoint: /*#__PURE__*/Schema.optional(Schema.Boolean),
ReadOnlyNonRecursive: /*#__PURE__*/Schema.optional(Schema.Boolean),
ReadOnlyForceRecursive: /*#__PURE__*/Schema.optional(Schema.Boolean)
}, {
identifier: "MountBindOptions",
title: "mount.BindOptions",
documentation: ""
}) {}
//# sourceMappingURL=MountBindOptions.generated.js.map