the-moby-effect
Version:
Moby/Docker API client built using effect-ts
16 lines • 614 B
TypeScript
import * as Schema from "effect/Schema";
declare const SwarmPluginDescription_base: Schema.Class<SwarmPluginDescription, {
Type: Schema.optional<typeof Schema.String>;
Name: Schema.optional<typeof Schema.String>;
}, Schema.Struct.Encoded<{
Type: Schema.optional<typeof Schema.String>;
Name: Schema.optional<typeof Schema.String>;
}>, never, {
readonly Type?: string | undefined;
} & {
readonly Name?: string | undefined;
}, {}, {}>;
export declare class SwarmPluginDescription extends SwarmPluginDescription_base {
}
export {};
//# sourceMappingURL=SwarmPluginDescription.generated.d.ts.map