the-moby-effect
Version:
Moby/Docker API client built using effect-ts
18 lines • 631 B
TypeScript
import * as Schema from "effect/Schema";
declare const VolumeTopology_base: Schema.Class<VolumeTopology, {
Segments: Schema.optionalWith<Schema.Record$<typeof Schema.String, typeof Schema.String>, {
nullable: true;
}>;
}, Schema.Struct.Encoded<{
Segments: Schema.optionalWith<Schema.Record$<typeof Schema.String, typeof Schema.String>, {
nullable: true;
}>;
}>, never, {
readonly Segments?: {
readonly [x: string]: string;
} | undefined;
}, {}, {}>;
export declare class VolumeTopology extends VolumeTopology_base {
}
export {};
//# sourceMappingURL=VolumeTopology.generated.d.ts.map