UNPKG

the-moby-effect

Version:
37 lines 1.36 kB
import * as Schema from "effect/Schema"; import * as MobySchemas from "../schemas/index.js"; declare const SwarmRestartPolicy_base: Schema.Class<SwarmRestartPolicy, { Condition: Schema.optional<typeof Schema.String>; Delay: Schema.optionalWith<MobySchemas.Int64Schemas.$Int64, { nullable: true; }>; MaxAttempts: Schema.optionalWith<MobySchemas.UInt64Schemas.$UInt64, { nullable: true; }>; Window: Schema.optionalWith<MobySchemas.Int64Schemas.$Int64, { nullable: true; }>; }, Schema.Struct.Encoded<{ Condition: Schema.optional<typeof Schema.String>; Delay: Schema.optionalWith<MobySchemas.Int64Schemas.$Int64, { nullable: true; }>; MaxAttempts: Schema.optionalWith<MobySchemas.UInt64Schemas.$UInt64, { nullable: true; }>; Window: Schema.optionalWith<MobySchemas.Int64Schemas.$Int64, { nullable: true; }>; }>, never, { readonly Condition?: string | undefined; } & { readonly Delay?: MobySchemas.Int64Schemas.Int64Brand | undefined; } & { readonly MaxAttempts?: MobySchemas.UInt64Schemas.UInt64Brand | undefined; } & { readonly Window?: MobySchemas.Int64Schemas.Int64Brand | undefined; }, {}, {}>; export declare class SwarmRestartPolicy extends SwarmRestartPolicy_base { } export {}; //# sourceMappingURL=SwarmRestartPolicy.generated.d.ts.map