UNPKG

the-moby-effect

Version:
33 lines 1.33 kB
import * as Schema from "effect/Schema"; import * as MobySchemas from "../schemas/index.js"; declare const SwarmUpdateConfig_base: Schema.Class<SwarmUpdateConfig, { Parallelism: MobySchemas.UInt64Schemas.$UInt64; Delay: Schema.optional<MobySchemas.Int64Schemas.$Int64>; FailureAction: Schema.optional<typeof Schema.String>; Monitor: Schema.optional<MobySchemas.Int64Schemas.$Int64>; MaxFailureRatio: typeof Schema.Number; Order: typeof Schema.String; }, Schema.Struct.Encoded<{ Parallelism: MobySchemas.UInt64Schemas.$UInt64; Delay: Schema.optional<MobySchemas.Int64Schemas.$Int64>; FailureAction: Schema.optional<typeof Schema.String>; Monitor: Schema.optional<MobySchemas.Int64Schemas.$Int64>; MaxFailureRatio: typeof Schema.Number; Order: typeof Schema.String; }>, never, { readonly Delay?: MobySchemas.Int64Schemas.Int64Brand | undefined; } & { readonly Parallelism: MobySchemas.UInt64Schemas.UInt64Brand; } & { readonly MaxFailureRatio: number; } & { readonly Order: string; } & { readonly FailureAction?: string | undefined; } & { readonly Monitor?: MobySchemas.Int64Schemas.Int64Brand | undefined; }, {}, {}>; export declare class SwarmUpdateConfig extends SwarmUpdateConfig_base { } export {}; //# sourceMappingURL=SwarmUpdateConfig.generated.d.ts.map