UNPKG

the-moby-effect

Version:
13 lines 699 B
import * as Schema from "effect/Schema"; import * as NetworkEndpointSettings from "./NetworkEndpointSettings.generated.js"; export class NetworkNetworkingConfig extends /*#__PURE__*/Schema.Class("NetworkNetworkingConfig")({ EndpointsConfig: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Record({ key: Schema.String, value: /*#__PURE__*/Schema.NullOr(NetworkEndpointSettings.NetworkEndpointSettings) })) }, { identifier: "NetworkNetworkingConfig", title: "network.NetworkingConfig", documentation: "https://github.com/moby/moby/blob/a21b1a2d12e2c01542cb191eb526d7bfad0641e3/api/types/network/network.go#L136-L140" }) {} //# sourceMappingURL=NetworkNetworkingConfig.generated.js.map