export interface JfrogReplicationRegistry { namespace: string; passwordSecretId?: string; passwordSecretSpaceId?: string; /** * @format uri */ url: string; username?: string; }