UNPKG

the-moby-effect

Version:
13 lines 649 B
import * as Schema from "effect/Schema"; import * as NetworkEndpointSettings from "./NetworkEndpointSettings.generated.js"; export class NetworkConnectOptions extends /*#__PURE__*/Schema.Class("NetworkConnectOptions")({ Container: Schema.String, EndpointConfig: /*#__PURE__*/Schema.optionalWith(NetworkEndpointSettings.NetworkEndpointSettings, { nullable: true }) }, { identifier: "NetworkConnectOptions", title: "network.ConnectOptions", documentation: "https://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/api/types/network/network.go#L58-L63" }) {} //# sourceMappingURL=NetworkConnectOptions.generated.js.map