UNPKG

the-moby-effect

Version:
12 lines 531 B
import * as Schema from "effect/Schema"; export class RegistryIndexInfo extends /*#__PURE__*/Schema.Class("RegistryIndexInfo")({ Name: Schema.String, Mirrors: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(Schema.String)), Secure: Schema.Boolean, Official: Schema.Boolean }, { identifier: "RegistryIndexInfo", title: "registry.IndexInfo", documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/registry#IndexInfo" }) {} //# sourceMappingURL=RegistryIndexInfo.generated.js.map