the-moby-effect
Version:
Moby/Docker API client built using effect-ts
10 lines • 465 B
JavaScript
import * as Schema from "effect/Schema";
export class NetworkCreateResponse extends /*#__PURE__*/Schema.Class("NetworkCreateResponse")({
Id: Schema.String,
Warning: Schema.String
}, {
identifier: "NetworkCreateResponse",
title: "network.CreateResponse",
documentation: "https://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/api/types/network/create_response.go#L6-L19"
}) {}
//# sourceMappingURL=NetworkCreateResponse.generated.js.map