the-moby-effect
Version:
Moby/Docker API client built using effect-ts
16 lines • 587 B
TypeScript
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