the-moby-effect
Version:
Moby/Docker API client built using effect-ts
13 lines • 601 B
TypeScript
import * as Schema from "effect/Schema";
import * as MobySchemas from "../schemas/index.js";
declare const SwarmDispatcherConfig_base: Schema.Class<SwarmDispatcherConfig, {
HeartbeatPeriod: Schema.optional<MobySchemas.Int64Schemas.$Int64>;
}, Schema.Struct.Encoded<{
HeartbeatPeriod: Schema.optional<MobySchemas.Int64Schemas.$Int64>;
}>, never, {
readonly HeartbeatPeriod?: MobySchemas.Int64Schemas.Int64Brand | undefined;
}, {}, {}>;
export declare class SwarmDispatcherConfig extends SwarmDispatcherConfig_base {
}
export {};
//# sourceMappingURL=SwarmDispatcherConfig.generated.d.ts.map