UNPKG

the-moby-effect

Version:
18 lines 631 B
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