UNPKG

the-moby-effect

Version:
12 lines 692 B
import * as Schema from "effect/Schema"; import * as PluginDevice from "./PluginDevice.generated.js"; export class PluginConfigLinux extends /*#__PURE__*/Schema.Class("PluginConfigLinux")({ AllowAllDevices: Schema.Boolean, Capabilities: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(Schema.String)), Devices: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(/*#__PURE__*/Schema.NullOr(PluginDevice.PluginDevice))) }, { identifier: "PluginConfigLinux", title: "types.PluginConfigLinux", documentation: "https://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/api/types/plugin.go#L136-L151" }) {} //# sourceMappingURL=PluginConfigLinux.generated.js.map