the-moby-effect
Version:
Moby/Docker API client built using effect-ts
10 lines • 588 B
JavaScript
import * as Schema from "effect/Schema";
export class SystemFirewallInfo extends /*#__PURE__*/Schema.Class("SystemFirewallInfo")({
Driver: Schema.String,
Info: /*#__PURE__*/Schema.optional(/*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(/*#__PURE__*/Schema.Array(Schema.String).check(/*#__PURE__*/Schema.isLengthBetween(2, 2)))))
}, {
identifier: "SystemFirewallInfo",
title: "system.FirewallInfo",
documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/system#FirewallInfo"
}) {}
//# sourceMappingURL=SystemFirewallInfo.generated.js.map