UNPKG

the-moby-effect

Version:
25 lines 971 B
import * as Schema from "effect/Schema"; import * as MobySchemas from "../schemas/index.js"; declare const SwarmReplicatedJob_base: Schema.Class<SwarmReplicatedJob, { MaxConcurrent: Schema.optionalWith<MobySchemas.UInt64Schemas.$UInt64, { nullable: true; }>; TotalCompletions: Schema.optionalWith<MobySchemas.UInt64Schemas.$UInt64, { nullable: true; }>; }, Schema.Struct.Encoded<{ MaxConcurrent: Schema.optionalWith<MobySchemas.UInt64Schemas.$UInt64, { nullable: true; }>; TotalCompletions: Schema.optionalWith<MobySchemas.UInt64Schemas.$UInt64, { nullable: true; }>; }>, never, { readonly MaxConcurrent?: MobySchemas.UInt64Schemas.UInt64Brand | undefined; } & { readonly TotalCompletions?: MobySchemas.UInt64Schemas.UInt64Brand | undefined; }, {}, {}>; export declare class SwarmReplicatedJob extends SwarmReplicatedJob_base { } export {}; //# sourceMappingURL=SwarmReplicatedJob.generated.d.ts.map