UNPKG

the-moby-effect

Version:
16 lines 758 B
import * as Schema from "effect/Schema"; import * as PluginConfig from "./PluginConfig.generated.js"; import * as PluginSettings from "./PluginSettings.generated.js"; export class Plugin extends /*#__PURE__*/Schema.Class("Plugin")({ Config: /*#__PURE__*/Schema.NullOr(PluginConfig.PluginConfig), Enabled: Schema.Boolean, Id: /*#__PURE__*/Schema.optional(Schema.String), Name: Schema.String, PluginReference: /*#__PURE__*/Schema.optional(Schema.String), Settings: /*#__PURE__*/Schema.NullOr(PluginSettings.PluginSettings) }, { identifier: "Plugin", title: "types.Plugin", documentation: "https://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/api/types/plugin.go#L6-L31" }) {} //# sourceMappingURL=Plugin.generated.js.map