the-moby-effect
Version:
Moby/Docker API client built using effect-ts
13 lines • 609 B
JavaScript
import * as Schema from "effect/Schema";
import * as MobySchemas from "../schemas/index.js";
export class ImagePruneResponse extends /*#__PURE__*/Schema.Class("ImagePruneResponse")({
CachesDeleted: /*#__PURE__*/Schema.optionalWith(/*#__PURE__*/Schema.Array(Schema.String), {
nullable: true
}),
SpaceReclaimed: MobySchemas.UInt64
}, {
identifier: "ImagePruneResponse",
title: "types.BuildCachePruneReport",
documentation: "https://github.com/moby/moby/blob/2b1097f08088fd387a01c6d6a2a0f6916a39b872/api/types/image/image.go#L14-L19"
}) {}
//# sourceMappingURL=ImagePruneResponse.generated.js.map