UNPKG

the-moby-effect

Version:
10 lines 461 B
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://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/swarm#Platform" }) {} //# sourceMappingURL=SwarmPlatform.generated.js.map