UNPKG

the-moby-effect

Version:
12 lines 554 B
import * as Schema from "effect/Schema"; export class PluginDevice extends /*#__PURE__*/Schema.Class("PluginDevice")({ Description: Schema.String, Name: Schema.String, Path: /*#__PURE__*/Schema.NullOr(Schema.String), Settable: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(Schema.String)) }, { identifier: "PluginDevice", title: "types.PluginDevice", documentation: "https://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/api/types/plugin_device.go#L6-L25" }) {} //# sourceMappingURL=PluginDevice.generated.js.map