UNPKG

the-moby-effect

Version:
12 lines 605 B
import * as Schema from "effect/Schema"; export class TypesPluginConfigArgs extends /*#__PURE__*/Schema.Class("TypesPluginConfigArgs")({ 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: "TypesPluginConfigArgs", title: "types.PluginConfigArgs", documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types#PluginConfigArgs" }) {} //# sourceMappingURL=TypesPluginConfigArgs.generated.js.map