UNPKG

the-moby-effect

Version:
10 lines 430 B
import * as Schema from "effect/Schema"; export class MountDriver extends /*#__PURE__*/Schema.Class("MountDriver")({ Name: /*#__PURE__*/Schema.optional(Schema.String), Options: /*#__PURE__*/Schema.optional(/*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Record(Schema.String, Schema.String))) }, { identifier: "MountDriver", title: "mount.Driver", documentation: "" }) {} //# sourceMappingURL=MountDriver.generated.js.map