the-moby-effect
Version:
Moby/Docker API client built using effect-ts
12 lines • 640 B
TypeScript
import * as Schema from "effect/Schema";
import * as MountDriver from "./MountDriver.generated.ts";
declare const MountVolumeOptions_base: Schema.Class<MountVolumeOptions, Schema.Struct<{
readonly NoCopy: Schema.optional<Schema.Boolean>;
readonly Labels: Schema.optional<Schema.NullOr<Schema.$Record<Schema.String, Schema.String>>>;
readonly Subpath: Schema.optional<Schema.String>;
readonly DriverConfig: Schema.optional<Schema.NullOr<typeof MountDriver.MountDriver>>;
}>, {}>;
export declare class MountVolumeOptions extends MountVolumeOptions_base {
}
export {};
//# sourceMappingURL=MountVolumeOptions.generated.d.ts.map