UNPKG

the-moby-effect

Version:
13 lines 705 B
import * as Schema from "effect/Schema"; import * as MobyNumber from "../schemas/number.js"; export class SwarmOrchestrationConfig extends /*#__PURE__*/Schema.Class("SwarmOrchestrationConfig")({ TaskHistoryRetentionLimit: /*#__PURE__*/Schema.optional(/*#__PURE__*/Schema.NullOr(/*#__PURE__*/MobyNumber.BigIntFromWireString.check(/*#__PURE__*/Schema.isBetweenBigInt({ minimum: -(2n ** 63n), maximum: 2n ** 63n - 1n })))) }, { identifier: "SwarmOrchestrationConfig", title: "swarm.OrchestrationConfig", documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/swarm#OrchestrationConfig" }) {} //# sourceMappingURL=SwarmOrchestrationConfig.generated.js.map