UNPKG

the-moby-effect

Version:
16 lines 587 B
import * as Schema from "effect/Schema"; declare const SwarmPlatform_base: Schema.Class<SwarmPlatform, { Architecture: Schema.optional<typeof Schema.String>; OS: Schema.optional<typeof Schema.String>; }, Schema.Struct.Encoded<{ Architecture: Schema.optional<typeof Schema.String>; OS: Schema.optional<typeof Schema.String>; }>, never, { readonly Architecture?: string | undefined; } & { readonly OS?: string | undefined; }, {}, {}>; export declare class SwarmPlatform extends SwarmPlatform_base { } export {}; //# sourceMappingURL=SwarmPlatform.generated.d.ts.map