UNPKG

the-moby-effect

Version:
10 lines 427 B
import * as Schema from "effect/Schema"; declare const SwarmIPAMConfig_base: Schema.Class<SwarmIPAMConfig, Schema.Struct<{ readonly Subnet: Schema.optional<Schema.String>; readonly Range: Schema.optional<Schema.String>; readonly Gateway: Schema.optional<Schema.String>; }>, {}>; export declare class SwarmIPAMConfig extends SwarmIPAMConfig_base { } export {}; //# sourceMappingURL=SwarmIPAMConfig.generated.d.ts.map