UNPKG

the-moby-effect

Version:
11 lines 695 B
import * as Schema from "effect/Schema"; export class TypesPluginConfigInterface extends /*#__PURE__*/Schema.Class("TypesPluginConfigInterface")({ ProtocolScheme: /*#__PURE__*/Schema.optional(Schema.String), Socket: Schema.String, Types: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(/*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.TemplateLiteral([Schema.String, ".", Schema.String, "/", Schema.String])))) }, { identifier: "TypesPluginConfigInterface", title: "types.PluginConfigInterface", documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types#PluginConfigInterface" }) {} //# sourceMappingURL=TypesPluginConfigInterface.generated.js.map