the-moby-effect
Version:
Moby/Docker API client built using effect-ts
13 lines • 613 B
JavaScript
import * as Schema from "effect/Schema";
export class PluginPrivilege extends /*#__PURE__*/Schema.Class("PluginPrivilege")({
name: /*#__PURE__*/Schema.optional(Schema.String),
description: /*#__PURE__*/Schema.optional(Schema.String),
value: /*#__PURE__*/Schema.optionalWith(/*#__PURE__*/Schema.Array(Schema.String), {
nullable: true
})
}, {
identifier: "PluginPrivilege",
title: "runtime.PluginPrivilege",
documentation: "https://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/api/types/plugin_responses.go#L48-L54"
}) {}
//# sourceMappingURL=PluginPrivilege.generated.js.map