the-moby-effect
Version:
Moby/Docker API client built using effect-ts
12 lines • 605 B
JavaScript
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