UNPKG

the-moby-effect

Version:
10 lines 582 B
import * as Schema from "effect/Schema"; export class SwarmServiceCreateResponse extends /*#__PURE__*/Schema.Class("SwarmServiceCreateResponse")({ ID: /*#__PURE__*/Schema.optional(Schema.String), Warnings: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(Schema.String)) }, { identifier: "SwarmServiceCreateResponse", title: "swarm.ServiceCreateResponse", documentation: "https://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/api/types/swarm/service_create_response.go#L6-L20" }) {} //# sourceMappingURL=SwarmServiceCreateResponse.generated.js.map