the-moby-effect
Version:
Moby/Docker API client built using effect-ts
11 lines • 550 B
TypeScript
import * as Schema from "effect/Schema";
declare const NetworkIPAMConfig_base: Schema.Class<NetworkIPAMConfig, Schema.Struct<{
readonly Subnet: Schema.optional<Schema.String>;
readonly IPRange: Schema.optional<Schema.String>;
readonly Gateway: Schema.optional<Schema.String>;
readonly AuxiliaryAddresses: Schema.optional<Schema.NullOr<Schema.$Record<Schema.String, Schema.String>>>;
}>, {}>;
export declare class NetworkIPAMConfig extends NetworkIPAMConfig_base {
}
export {};
//# sourceMappingURL=NetworkIPAMConfig.generated.d.ts.map