UNPKG

the-moby-effect

Version:
10 lines 529 B
import * as Schema from "effect/Schema"; import * as MobySchemas from "../schemas/index.js"; export class SwarmDispatcherConfig extends /*#__PURE__*/Schema.Class("SwarmDispatcherConfig")({ HeartbeatPeriod: /*#__PURE__*/Schema.optional(MobySchemas.Int64) }, { identifier: "SwarmDispatcherConfig", title: "swarm.DispatcherConfig", documentation: "https://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/api/types/swarm/swarm.go#L102-L107" }) {} //# sourceMappingURL=SwarmDispatcherConfig.generated.js.map