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