the-moby-effect
Version:
Moby/Docker API client built using effect-ts
12 lines • 714 B
JavaScript
import * as Schema from "effect/Schema";
export class SystemPluginsInfo extends /*#__PURE__*/Schema.Class("SystemPluginsInfo")({
Volume: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(Schema.String)),
Network: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(Schema.String)),
Authorization: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(Schema.String)),
Log: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(Schema.String))
}, {
identifier: "SystemPluginsInfo",
title: "system.PluginsInfo",
documentation: "https://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/api/types/system/info.go#L124-L135"
}) {}
//# sourceMappingURL=SystemPluginsInfo.generated.js.map