UNPKG

the-moby-effect

Version:
14 lines 649 B
import * as Schema from "effect/Schema"; import * as MobyNumber from "../schemas/number.js"; export class SystemNetworkAddressPool extends /*#__PURE__*/Schema.Class("SystemNetworkAddressPool")({ Base: Schema.String, Size: /*#__PURE__*/MobyNumber.BigIntFromWireString.check(/*#__PURE__*/Schema.isBetweenBigInt({ minimum: -(2n ** 63n), maximum: 2n ** 63n - 1n })) }, { identifier: "SystemNetworkAddressPool", title: "system.NetworkAddressPool", documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/system#NetworkAddressPool" }) {} //# sourceMappingURL=SystemNetworkAddressPool.generated.js.map