the-moby-effect
Version:
Moby/Docker API client built using effect-ts
11 lines • 526 B
JavaScript
import * as Schema from "effect/Schema";
import * as MobySchemas from "../schemas/index.js";
export class SystemNetworkAddressPool extends /*#__PURE__*/Schema.Class("SystemNetworkAddressPool")({
Base: Schema.String,
Size: MobySchemas.Int64
}, {
identifier: "SystemNetworkAddressPool",
title: "system.NetworkAddressPool",
documentation: "https://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/api/types/system/info.go#L144-L148"
}) {}
//# sourceMappingURL=SystemNetworkAddressPool.generated.js.map