UNPKG

the-moby-effect

Version:
10 lines 500 B
import * as Schema from "effect/Schema"; export class ImageRootFS extends /*#__PURE__*/Schema.Class("ImageRootFS")({ Type: /*#__PURE__*/Schema.optional(Schema.String), Layers: /*#__PURE__*/Schema.optional(/*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(Schema.String))) }, { identifier: "ImageRootFS", title: "image.RootFS", documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/image#RootFS" }) {} //# sourceMappingURL=ImageRootFS.generated.js.map