the-moby-effect
Version:
Moby/Docker API client built using effect-ts
12 lines • 558 B
JavaScript
import * as Schema from "effect/Schema";
import * as MobySchemas from "../schemas/index.js";
export class SwarmReplicatedService extends /*#__PURE__*/Schema.Class("SwarmReplicatedService")({
Replicas: /*#__PURE__*/Schema.optionalWith(MobySchemas.UInt64, {
nullable: true
})
}, {
identifier: "SwarmReplicatedService",
title: "swarm.ReplicatedService",
documentation: "https://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/api/types/swarm/service.go#L78-L81"
}) {}
//# sourceMappingURL=SwarmReplicatedService.generated.js.map