the-moby-effect
Version:
Moby/Docker API client built using effect-ts
16 lines • 498 B
TypeScript
import * as Schema from "effect/Schema";
declare const ImageLoadResponse_base: Schema.Class<ImageLoadResponse, {
Body: typeof Schema.Object;
JSON: typeof Schema.Boolean;
}, Schema.Struct.Encoded<{
Body: typeof Schema.Object;
JSON: typeof Schema.Boolean;
}>, never, {
readonly Body: object;
} & {
readonly JSON: boolean;
}, {}, {}>;
export declare class ImageLoadResponse extends ImageLoadResponse_base {
}
export {};
//# sourceMappingURL=ImageLoadResponse.generated.d.ts.map