UNPKG

the-moby-effect

Version:
15 lines 786 B
import * as Schema from "effect/Schema"; export class RegistryAuthConfig extends /*#__PURE__*/Schema.Class("RegistryAuthConfig")({ username: /*#__PURE__*/Schema.optional(Schema.String), password: /*#__PURE__*/Schema.optional(Schema.String), auth: /*#__PURE__*/Schema.optional(Schema.String), email: /*#__PURE__*/Schema.optional(Schema.String), serveraddress: /*#__PURE__*/Schema.optional(Schema.String), identitytoken: /*#__PURE__*/Schema.optional(Schema.String), registrytoken: /*#__PURE__*/Schema.optional(Schema.String) }, { identifier: "RegistryAuthConfig", title: "registry.AuthConfig", documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/registry#AuthConfig" }) {} //# sourceMappingURL=RegistryAuthConfig.generated.js.map