the-moby-effect
Version:
Moby/Docker API client built using effect-ts
8 lines • 402 B
JavaScript
import * as Schema from "effect/Schema";
// Intentionally empty
export class ClusterOptions extends /*#__PURE__*/Schema.Class("ClusterOptions")({}, {
identifier: "ClusterOptions",
title: "mount.ClusterOptions",
documentation: "https://github.com/moby/moby/blob/a21b1a2d12e2c01542cb191eb526d7bfad0641e3/api/types/mount/mount.go#L147-L150"
}) {}
//# sourceMappingURL=ClusterOptions.generated.js.map