the-moby-effect
Version:
Moby/Docker API client built using effect-ts
10 lines • 430 B
JavaScript
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