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