the-moby-effect
Version:
Moby/Docker API client built using effect-ts
11 lines • 576 B
TypeScript
import * as Schema from "effect/Schema";
declare const SwarmNodeSpec_base: Schema.Class<SwarmNodeSpec, Schema.Struct<{
readonly Name: Schema.optional<Schema.String>;
readonly Labels: Schema.NullOr<Schema.$Record<Schema.String, Schema.String>>;
readonly Role: Schema.optional<Schema.Literals<readonly ["worker", "manager"]>>;
readonly Availability: Schema.optional<Schema.Literals<readonly ["active", "pause", "drain"]>>;
}>, {}>;
export declare class SwarmNodeSpec extends SwarmNodeSpec_base {
}
export {};
//# sourceMappingURL=SwarmNodeSpec.generated.d.ts.map