UNPKG

the-moby-effect

Version:
12 lines 733 B
import * as Schema from "effect/Schema"; import * as Descriptor from "./Descriptor.generated.js"; import * as Platform from "./Platform.generated.js"; export class RegistryDistributionInspect extends /*#__PURE__*/Schema.Class("RegistryDistributionInspect")({ Descriptor: /*#__PURE__*/Schema.NullOr(Descriptor.Descriptor), Platforms: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(/*#__PURE__*/Schema.NullOr(Platform.Platform))) }, { identifier: "RegistryDistributionInspect", title: "registry.DistributionInspect", documentation: "https://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/api/types/registry/registry.go#L87-L96" }) {} //# sourceMappingURL=RegistryDistributionInspect.generated.js.map