the-moby-effect
Version:
Moby/Docker API client built using effect-ts
11 lines • 606 B
JavaScript
import * as Schema from "effect/Schema";
import * as MobySchemas from "../schemas/index.js";
export class SwarmDiscreteGenericResource extends /*#__PURE__*/Schema.Class("SwarmDiscreteGenericResource")({
Kind: /*#__PURE__*/Schema.optional(Schema.String),
Value: /*#__PURE__*/Schema.optional(MobySchemas.Int64)
}, {
identifier: "SwarmDiscreteGenericResource",
title: "swarm.DiscreteGenericResource",
documentation: "https://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/api/types/swarm/task.go#L130-L137"
}) {}
//# sourceMappingURL=SwarmDiscreteGenericResource.generated.js.map