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