UNPKG

the-moby-effect

Version:
11 lines (9 loc) 275 B
import * as Schema from "effect/Schema"; export class MountClusterOptions extends Schema.Class<MountClusterOptions>("MountClusterOptions")( {}, { identifier: "MountClusterOptions", title: "mount.ClusterOptions", documentation: "", } ) {}