the-moby-effect
Version:
Moby/Docker API client built using effect-ts
12 lines • 705 B
JavaScript
import * as Schema from "effect/Schema";
import * as PluginInterfaceType from "./PluginInterfaceType.generated.js";
export class PluginConfigInterface extends /*#__PURE__*/Schema.Class("PluginConfigInterface")({
ProtocolScheme: /*#__PURE__*/Schema.optional(Schema.String),
Socket: Schema.String,
Types: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(/*#__PURE__*/Schema.NullOr(PluginInterfaceType.PluginInterfaceType)))
}, {
identifier: "PluginConfigInterface",
title: "types.PluginConfigInterface",
documentation: "https://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/api/types/plugin.go#L120-L134"
}) {}
//# sourceMappingURL=PluginConfigInterface.generated.js.map