the-moby-effect
Version:
Moby/Docker API client built using effect-ts
12 lines • 698 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://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/system#PluginsInfo"
}) {}
//# sourceMappingURL=SystemPluginsInfo.generated.js.map