the-moby-effect
Version:
Moby/Docker API client built using effect-ts
15 lines • 547 B
JavaScript
import * as Schema from "effect/Schema";
export class Driver extends /*#__PURE__*/Schema.Class("Driver")({
Name: /*#__PURE__*/Schema.optional(Schema.String),
Options: /*#__PURE__*/Schema.optionalWith(/*#__PURE__*/Schema.Record({
key: Schema.String,
value: Schema.String
}), {
nullable: true
})
}, {
identifier: "Driver",
title: "mount.Driver",
documentation: "https://github.com/moby/moby/blob/733755d7cb18a4dbea7c290cc56e61d05502aca0/api/types/mount/mount.go#L103-L107"
}) {}
//# sourceMappingURL=Driver.generated.js.map