import { SecretObject } from './index.js'; export type CustomRegistryCredentials = { identity: string; password: SecretObject; userName: SecretObject; };