UNPKG

the-moby-effect

Version:
18 lines 860 B
import * as Schema from "effect/Schema"; import * as MobyNumber from "../schemas/number.js"; import * as V1Platform from "./V1Platform.generated.js"; export class ImageImageProperties extends /*#__PURE__*/Schema.Class("ImageImageProperties")({ Platform: /*#__PURE__*/Schema.NullOr(V1Platform.V1Platform), Size: /*#__PURE__*/Schema.Struct({ Unpacked: /*#__PURE__*/MobyNumber.BigIntFromWireString.check(/*#__PURE__*/Schema.isBetweenBigInt({ minimum: -(2n ** 63n), maximum: 2n ** 63n - 1n })) }), Containers: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(Schema.String)) }, { identifier: "ImageImageProperties", title: "image.ImageProperties", documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/image#ImageProperties" }) {} //# sourceMappingURL=ImageImageProperties.generated.js.map