the-moby-effect
Version:
Moby/Docker API client built using effect-ts
12 lines • 496 B
JavaScript
import * as Schema from "effect/Schema";
export class RootFS extends /*#__PURE__*/Schema.Class("RootFS")({
Type: /*#__PURE__*/Schema.optional(Schema.String),
Layers: /*#__PURE__*/Schema.optionalWith(/*#__PURE__*/Schema.Array(Schema.String), {
nullable: true
})
}, {
identifier: "RootFS",
title: "types.RootFS",
documentation: "https://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/api/types/types.go#L24-L28"
}) {}
//# sourceMappingURL=RootFS.generated.js.map