UNPKG

the-moby-effect

Version:
18 lines 626 B
import * as Schema from "effect/Schema"; declare const SwarmTopology_base: Schema.Class<SwarmTopology, { 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 SwarmTopology extends SwarmTopology_base { } export {}; //# sourceMappingURL=SwarmTopology.generated.d.ts.map