UNPKG

the-moby-effect

Version:
10 lines 484 B
import * as Schema from "effect/Schema"; export class RegistryAuthenticateOKBody extends /*#__PURE__*/Schema.Class("RegistryAuthenticateOKBody")({ IdentityToken: Schema.String, Status: Schema.String }, { identifier: "RegistryAuthenticateOKBody", title: "registry.AuthenticateOKBody", documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/registry#AuthenticateOKBody" }) {} //# sourceMappingURL=RegistryAuthenticateOKBody.generated.js.map