import type { LocalReplicationRegistry } from '../schemas/LocalReplicationRegistry'; import type { JfrogReplicationRegistry } from '../schemas/JfrogReplicationRegistry'; export type ReplicationRegistry = LocalReplicationRegistry | JfrogReplicationRegistry;