the-moby-effect
Version:
Moby/Docker API client built using effect-ts
10 lines • 478 B
JavaScript
import * as Schema from "effect/Schema";
export class SwarmPlatform extends /*#__PURE__*/Schema.Class("SwarmPlatform")({
Architecture: /*#__PURE__*/Schema.optional(Schema.String),
OS: /*#__PURE__*/Schema.optional(Schema.String)
}, {
identifier: "SwarmPlatform",
title: "swarm.Platform",
documentation: "https://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/api/types/swarm/node.go#L59-L63"
}) {}
//# sourceMappingURL=SwarmPlatform.generated.js.map