UNPKG

the-moby-effect

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